summaryrefslogtreecommitdiff
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-19 20:35:08 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-19 20:35:08 +0300
commit5f2ee9e2f8c8d313de85df08abdc2a7f7396995f (patch)
treed11927d1bb549dd0027ac014aa169174f127bd1d /src/gui/widgets
parent479e8a53ec90c19890dfb4b3746c4453769d806a (diff)
downloadplus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.gz
plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.bz2
plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.tar.xz
plus-5f2ee9e2f8c8d313de85df08abdc2a7f7396995f.zip
Unhide method widgetResized. Removed empty widgetResized from some classes.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index 510a68323..cc7c6e6a1 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -113,7 +113,7 @@ class Window : public gcn::Window, gcn::WidgetListener
/**
* Called whenever the widget changes size.
*/
- void widgetResized(const gcn::Event &event);
+ virtual void widgetResized(const gcn::Event &event);
virtual void widgetMoved(const gcn::Event& event);