summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/textfield.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-10 00:38:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-10 00:38:27 +0300
commit75d9cadaf376cad8f7244ee4d4632e94c0ef3bc0 (patch)
treed740ed67b01e5de543026784c9b8e646b64328dd /src/guichan/include/guichan/widgets/textfield.hpp
parente066ec2e038405621a7de50e4cd735e548eb488d (diff)
downloadManaVerse-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/textfield.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/textfield.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/textfield.hpp b/src/guichan/include/guichan/widgets/textfield.hpp
index d747aeac1..e301b6d1f 100644
--- a/src/guichan/include/guichan/widgets/textfield.hpp
+++ b/src/guichan/include/guichan/widgets/textfield.hpp
@@ -76,6 +76,8 @@ namespace gcn
*/
TextField(const std::string& text);
+ A_DELETE_COPY(TextField);
+
/**
* Sets the text of the text field.
*