diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 21:34:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 21:34:43 +0300 |
commit | aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6 (patch) | |
tree | b2fd0758f7309bbe1384111b7390af8a3d6f0031 /src/resources/loaders/rescaledloader.cpp | |
parent | f3f6be9b3f332910ef191f9b96e0dd6121543310 (diff) | |
download | plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.gz plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.bz2 plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.tar.xz plus-aaec42df1ea3fbc8ef8cac43c8d0661c633a61c6.zip |
Fix compilation with old compilers.
Diffstat (limited to 'src/resources/loaders/rescaledloader.cpp')
-rw-r--r-- | src/resources/loaders/rescaledloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/rescaledloader.cpp b/src/resources/loaders/rescaledloader.cpp index 4f4c9b7b0..c4c315227 100644 --- a/src/resources/loaders/rescaledloader.cpp +++ b/src/resources/loaders/rescaledloader.cpp @@ -35,7 +35,7 @@ namespace { struct RescaledLoader final { - A_DELETE_COPY(RescaledLoader) + A_DEFAULT_COPY(RescaledLoader) const Image *const image; const int width; |