diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-25 02:51:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-25 02:51:51 +0300 |
commit | 8d80b897b5863372649de9b5f3c8d7234ae47f58 (patch) | |
tree | a109bb1adeee89489113a4637ecd197dae403018 /src/gui/widgets/tabbedarea.h | |
parent | 1f4032b8de527da72ef4b89371c077eea644fdf2 (diff) | |
download | plus-8d80b897b5863372649de9b5f3c8d7234ae47f58.tar.gz plus-8d80b897b5863372649de9b5f3c8d7234ae47f58.tar.bz2 plus-8d80b897b5863372649de9b5f3c8d7234ae47f58.tar.xz plus-8d80b897b5863372649de9b5f3c8d7234ae47f58.zip |
Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, map classes.
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index dccf72357..d6f0783df 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -108,6 +108,8 @@ class TabbedArea : public gcn::TabbedArea, public gcn::WidgetListener */ void removeTab(gcn::Tab *tab); + void removeAll(); + /** * Overload the logic function since it's broken in guichan 0.8. */ |