summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/widgets/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/widgets/window.hpp')
-rw-r--r--src/guichan/include/guichan/widgets/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/widgets/window.hpp b/src/guichan/include/guichan/widgets/window.hpp
index 3949d9f59..68438b421 100644
--- a/src/guichan/include/guichan/widgets/window.hpp
+++ b/src/guichan/include/guichan/widgets/window.hpp
@@ -73,6 +73,8 @@ namespace gcn
*/
Window(const std::string& caption);
+ A_DELETE_COPY(Window);
+
/**
* Destructor.
*/