diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-10 00:38:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-10 00:38:27 +0300 |
commit | 75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0 (patch) | |
tree | d740ed67b01e5de543026784c9b8e646b64328dd /src/guichan/include/guichan/widgets/radiobutton.hpp | |
parent | e066ec2e038405621a7de50e4cd735e548eb488d (diff) | |
download | manaverse-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.gz manaverse-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.bz2 manaverse-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.xz manaverse-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.zip |
Delete copy constructor from guichan classes.
Diffstat (limited to 'src/guichan/include/guichan/widgets/radiobutton.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/radiobutton.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/radiobutton.hpp b/src/guichan/include/guichan/widgets/radiobutton.hpp index 062040de9..44e1a5eab 100644 --- a/src/guichan/include/guichan/widgets/radiobutton.hpp +++ b/src/guichan/include/guichan/widgets/radiobutton.hpp @@ -89,6 +89,8 @@ namespace gcn const std::string &group, bool selected = false); + A_DELETE_COPY(RadioButton); + /** * Destructor. */ |