summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:20:02 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:20:02 +0300
commitf46644e0096ffa2ce57c23707d588b2c073eed55 (patch)
treed46af09d51968c9ced37e1551cd1ff95ee07d3a1 /src/gui/theme.cpp
parentb99b796ff57b0da269fa67d7eb05670be0558589 (diff)
downloadplus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.gz
plus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.bz2
plus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.xz
plus-f46644e0096ffa2ce57c23707d588b2c073eed55.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 1e5080b8c..cd2802afc 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -295,6 +295,7 @@ void Theme::optionChanged(const std::string &)
struct SkinParameter final
{
+ A_DELETE_COPY(SkinParameter)
int index;
std::string name;
};