summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/listbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/listbox.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/listbox.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/listbox.hpp b/src/guichan/include/guichan/widgets/listbox.hpp
index 75c32067b..2e8e56d52 100644
--- a/src/guichan/include/guichan/widgets/listbox.hpp
+++ b/src/guichan/include/guichan/widgets/listbox.hpp
@@ -86,6 +86,8 @@ namespace gcn
*/
ListBox(ListModel *listModel);
+ A_DELETE_COPY(ListBox);
+
/**
* Destructor.
*/