diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-02 03:24:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-02 03:24:03 +0300 |
commit | 6b83725f3acf5a1e4dd08f4f243609fc66a38c22 (patch) | |
tree | 557fb43803ce601f479de524e4b649b56213ebb3 /src/guichan/keyevent.cpp | |
parent | 205b331825d2d100a442d2d0399d477850d395d3 (diff) | |
download | plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.gz plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.bz2 plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.xz plus-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.zip |
Add leak detector to guichan files.
Diffstat (limited to 'src/guichan/keyevent.cpp')
-rw-r--r-- | src/guichan/keyevent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/keyevent.cpp b/src/guichan/keyevent.cpp index 74c6a7983..1bc8fe9d2 100644 --- a/src/guichan/keyevent.cpp +++ b/src/guichan/keyevent.cpp @@ -47,6 +47,8 @@ #include "guichan/keyevent.hpp" +#include "debug.h" + namespace gcn { KeyEvent::KeyEvent(Widget* source, |