summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/label.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/label.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/label.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/label.hpp b/src/guichan/include/guichan/widgets/label.hpp
index 1f2e7c3c0..d5b2ed9f5 100644
--- a/src/guichan/include/guichan/widgets/label.hpp
+++ b/src/guichan/include/guichan/widgets/label.hpp
@@ -72,6 +72,8 @@ namespace gcn
*/
Label(const std::string& caption);
+ A_DELETE_COPY(Label);
+
/**
* Gets the caption of the label.
*