diff options
-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; }; |