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/textbox.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/textbox.hpp')
-rw-r--r-- | src/guichan/include/guichan/widgets/textbox.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/textbox.hpp b/src/guichan/include/guichan/widgets/textbox.hpp index f440834c4..8a5f61fa7 100644 --- a/src/guichan/include/guichan/widgets/textbox.hpp +++ b/src/guichan/include/guichan/widgets/textbox.hpp @@ -77,6 +77,8 @@ namespace gcn */ TextBox(const std::string& text); + A_DELETE_COPY(TextBox); + /** * Sets the text of the text box. * |