diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
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; }; |