diff options
Diffstat (limited to 'src/guichan/include/guichan/event.hpp')
-rw-r--r-- | src/guichan/include/guichan/event.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/event.hpp b/src/guichan/include/guichan/event.hpp index 1b52df8ed..f6cfe55d1 100644 --- a/src/guichan/include/guichan/event.hpp +++ b/src/guichan/include/guichan/event.hpp @@ -47,6 +47,8 @@ #include "guichan/platform.hpp" +#include "localconsts.h" + namespace gcn { class Widget; @@ -61,7 +63,6 @@ namespace gcn class GCN_CORE_DECLSPEC Event { public: - /** * Constructor. * @@ -69,6 +70,8 @@ namespace gcn */ Event(Widget *const source); + A_DELETE_COPY(Event); + /** * Destructor. */ |