summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
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;
};