diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 23:44:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-19 02:32:14 +0300 |
commit | 83d4185ef116b1813742399dbf40547a4c9f7216 (patch) | |
tree | 31d19acf8a47f703dd996b338e2429a9326213e0 /src/gui/widgets/tabbedarea.h | |
parent | f08475dbeee9fd5490afff5e50fee727685ddd09 (diff) | |
download | plus-83d4185ef116b1813742399dbf40547a4c9f7216.tar.gz plus-83d4185ef116b1813742399dbf40547a4c9f7216.tar.bz2 plus-83d4185ef116b1813742399dbf40547a4c9f7216.tar.xz plus-83d4185ef116b1813742399dbf40547a4c9f7216.zip |
Unhide some virtual methods.
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index b48f83240..00c1aaf23 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -102,7 +102,7 @@ class TabbedArea : public gcn::TabbedArea, public gcn::WidgetListener /** * Overload the remove tab function as it's broken in guichan 0.8. */ - void removeTab(Tab *tab); + void removeTab(gcn::Tab *tab); /** * Overload the logic function since it's broken in guichan 0.8. |