diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 20:05:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 20:05:28 +0300 |
commit | f3f6be9b3f332910ef191f9b96e0dd6121543310 (patch) | |
tree | 1499c4056741ccd93d0cf297a8fd7d8ad6a3580c /src | |
parent | 99c59afa5f1433ee78b34750608de9e3fb29b521 (diff) | |
download | plus-f3f6be9b3f332910ef191f9b96e0dd6121543310.tar.gz plus-f3f6be9b3f332910ef191f9b96e0dd6121543310.tar.bz2 plus-f3f6be9b3f332910ef191f9b96e0dd6121543310.tar.xz plus-f3f6be9b3f332910ef191f9b96e0dd6121543310.zip |
Fix compilation with old compilers.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index cd2802afc..a22f682e6 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -295,7 +295,7 @@ void Theme::optionChanged(const std::string &) struct SkinParameter final { - A_DELETE_COPY(SkinParameter) + A_DEFAULT_COPY(SkinParameter) int index; std::string name; }; |