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/widgets/tab.cpp | |
parent | 205b331825d2d100a442d2d0399d477850d395d3 (diff) | |
download | ManaVerse-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.gz ManaVerse-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.bz2 ManaVerse-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.tar.xz ManaVerse-6b83725f3acf5a1e4dd08f4f243609fc66a38c22.zip |
Add leak detector to guichan files.
Diffstat (limited to 'src/guichan/widgets/tab.cpp')
-rw-r--r-- | src/guichan/widgets/tab.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guichan/widgets/tab.cpp b/src/guichan/widgets/tab.cpp index b0d0c7982..61efbd5b0 100644 --- a/src/guichan/widgets/tab.cpp +++ b/src/guichan/widgets/tab.cpp @@ -53,6 +53,8 @@ #include "guichan/widgets/label.hpp" #include "guichan/widgets/tabbedarea.hpp" +#include "debug.h" + namespace gcn { Tab::Tab() : |