diff options
Diffstat (limited to 'src/guichan/include/guichan/focushandler.hpp')
-rw-r--r-- | src/guichan/include/guichan/focushandler.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/focushandler.hpp b/src/guichan/include/guichan/focushandler.hpp index 9fa7ddeb7..ef600c511 100644 --- a/src/guichan/include/guichan/focushandler.hpp +++ b/src/guichan/include/guichan/focushandler.hpp @@ -77,6 +77,8 @@ namespace gcn */ FocusHandler(); + A_DELETE_COPY(FocusHandler); + /** * Destructor. */ |