summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-09-18 02:39:48 +0800
committerAndrei Karas <akaras@inbox.ru>2011-09-28 21:22:21 +0300
commitd9eab6bbcd939f1238283ac9bbe003e06de4169c (patch)
tree19b08c5e1713e9e019d19312d60914ba557499db /src/gui/widgets/window.h
parentb22ce8d250b1fa995f76c337e1cba6a4b164fe23 (diff)
downloadplus-d9eab6bbcd939f1238283ac9bbe003e06de4169c.tar.gz
plus-d9eab6bbcd939f1238283ac9bbe003e06de4169c.tar.bz2
plus-d9eab6bbcd939f1238283ac9bbe003e06de4169c.tar.xz
plus-d9eab6bbcd939f1238283ac9bbe003e06de4169c.zip
Fixed item popup still visible after closing inventory window.
Reviewed-by: Bertram. Conflicts: src/gui/widgets/itemcontainer.cpp
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 cc7c6e6a1..ffc27ab10 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -120,7 +120,7 @@ class Window : public gcn::Window, gcn::WidgetListener
/**
* Called whenever the widget is hidden.
*/
- virtual void widgetHidden(const gcn::Event& event);
+ virtual void widgetHidden(const gcn::Event &event);
/**
* Sets whether or not the window has a close button.