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/checkbox.hpp | |
parent | e066ec2e038405621a7de50e4cd735e548eb488d (diff) | |
download | plus-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.gz plus-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.bz2 plus-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.tar.xz plus-75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0.zip |
Delete copy constructor from guichan classes.
Diffstat (limited to 'src/guichan/include/guichan/widgets/checkbox.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/checkbox.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/checkbox.hpp b/src/guichan/include/guichan/widgets/checkbox.hpp index 529b69ac1..68cf949d0 100644 --- a/src/guichan/include/guichan/widgets/checkbox.hpp +++ b/src/guichan/include/guichan/widgets/checkbox.hpp @@ -83,6 +83,8 @@ namespace gcn */ CheckBox(const std::string &caption, bool selected = false); + A_DELETE_COPY(CheckBox); + /** * Destructor. */ |