summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-18 23:44:08 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-19 02:32:14 +0300
commit83d4185ef116b1813742399dbf40547a4c9f7216 (patch)
tree31d19acf8a47f703dd996b338e2429a9326213e0 /src/gui/widgets/tabbedarea.cpp
parentf08475dbeee9fd5490afff5e50fee727685ddd09 (diff)
downloadplus-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.cpp')
-rw-r--r--src/gui/widgets/tabbedarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp
index bd43e4dc7..be817a68a 100644
--- a/src/gui/widgets/tabbedarea.cpp
+++ b/src/gui/widgets/tabbedarea.cpp
@@ -147,7 +147,7 @@ void TabbedArea::addTab(const std::string &caption, gcn::Widget *widget)
addTab(tab, widget);
}
-void TabbedArea::removeTab(Tab *tab)
+void TabbedArea::removeTab(gcn::Tab *tab)
{
int tabIndexToBeSelected = -1;