summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/scrollarea.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/scrollarea.hpp
parente066ec2e038405621a7de50e4cd735e548eb488d (diff)
downloadplus-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/scrollarea.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/scrollarea.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/scrollarea.hpp b/src/guichan/include/guichan/widgets/scrollarea.hpp
index 1abc24e41..1a116ce50 100644
--- a/src/guichan/include/guichan/widgets/scrollarea.hpp
+++ b/src/guichan/include/guichan/widgets/scrollarea.hpp
@@ -105,6 +105,8 @@ namespace gcn
ScrollPolicy hPolicy,
ScrollPolicy vPolicy);
+ A_DELETE_COPY(ScrollArea);
+
/**
* Destructor.
*/