diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:20:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-17 18:20:02 +0300 |
commit | f46644e0096ffa2ce57c23707d588b2c073eed55 (patch) | |
tree | d46af09d51968c9ced37e1551cd1ff95ee07d3a1 /src/gui/themeinfo.h | |
parent | b99b796ff57b0da269fa67d7eb05670be0558589 (diff) | |
download | manaplus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.gz manaplus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.bz2 manaplus-f46644e0096ffa2ce57c23707d588b2c073eed55.tar.xz manaplus-f46644e0096ffa2ce57c23707d588b2c073eed55.zip |
Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.
Diffstat (limited to 'src/gui/themeinfo.h')
-rw-r--r-- | src/gui/themeinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/themeinfo.h b/src/gui/themeinfo.h index c521f62c8..5514924a2 100644 --- a/src/gui/themeinfo.h +++ b/src/gui/themeinfo.h @@ -43,6 +43,9 @@ struct ThemeInfo final guiAlpha(0.0F) { } + + A_DELETE_COPY(ThemeInfo) + std::string name; std::string copyright; std::string font; |