From 83d4185ef116b1813742399dbf40547a4c9f7216 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Apr 2011 23:44:08 +0300 Subject: Unhide some virtual methods. --- src/gui/widgets/table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/table.h') diff --git a/src/gui/widgets/table.h b/src/gui/widgets/table.h index 8d8577cef..f7473c535 100644 --- a/src/gui/widgets/table.h +++ b/src/gui/widgets/table.h @@ -94,7 +94,7 @@ public: void setWrappingEnabled(bool wrappingEnabled) { mWrappingEnabled = wrappingEnabled; } - gcn::Rectangle getChildrenArea() const; + gcn::Rectangle getChildrenArea(); /** * Toggle whether to use linewise selection mode, in which the table selects @@ -112,7 +112,7 @@ public: // Inherited from Widget virtual void draw(gcn::Graphics* graphics); - virtual gcn::Widget *getWidgetAt(int x, int y) const; + virtual gcn::Widget *getWidgetAt(int x, int y); virtual void moveToTop(gcn::Widget *child); -- cgit v1.2.3-70-g09d2