diff options
Diffstat (limited to 'src/guichan/include/guichan/event.hpp')
-rw-r--r-- | src/guichan/include/guichan/event.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/event.hpp b/src/guichan/include/guichan/event.hpp index f6cfe55d1..c6afee48c 100644 --- a/src/guichan/include/guichan/event.hpp +++ b/src/guichan/include/guichan/event.hpp @@ -70,7 +70,7 @@ namespace gcn */ Event(Widget *const source); - A_DELETE_COPY(Event); + A_DELETE_COPY(Event) /** * Destructor. |