summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorTametomo <irarice@gmail.com>2009-07-16 08:53:08 -0600
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-14 21:54:11 +0100
commitd33ed5923ab5336005257203d21ddcb3d37d0ff8 (patch)
tree5eefe32329abd94851a71f5b591bcbc3cad464b7 /src/gui/widgets/window.h
parent135ed667ef82eaf348ce043a9864a6e7864ebad3 (diff)
downloadmana-client-d33ed5923ab5336005257203d21ddcb3d37d0ff8.tar.gz
mana-client-d33ed5923ab5336005257203d21ddcb3d37d0ff8.tar.bz2
mana-client-d33ed5923ab5336005257203d21ddcb3d37d0ff8.tar.xz
mana-client-d33ed5923ab5336005257203d21ddcb3d37d0ff8.zip
Remove focus from a window's internal widgets on hiding.
Signed-off-by: Tametomo <irarice@gmail.com>
Diffstat (limited to 'src/gui/widgets/window.h')
-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 37a6b1eb..5df431a3 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -105,7 +105,7 @@ class Window : public gcn::Window, gcn::WidgetListener
/**
* Called whenever the widget is hidden.
*/
- void widgetHidden(const gcn::Event &event);
+ virtual void widgetHidden(const gcn::Event& event);
/**
* Sets whether or not the window has a close button.