diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-28 20:01:47 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-09-28 20:01:47 +0200 |
commit | 93c60c2b94b658e4839641c25f56859706cca921 (patch) | |
tree | c65fc3bdc094b13a08fe7505f21eff418c188a51 /src/gui/widgets/window.h | |
parent | 4e7d8d60c90ad8f981697e6641e3b9296d28b267 (diff) | |
parent | 48fb6a6a345ae091c78a119795f7716102126241 (diff) | |
download | mana-93c60c2b94b658e4839641c25f56859706cca921.tar.gz mana-93c60c2b94b658e4839641c25f56859706cca921.tar.bz2 mana-93c60c2b94b658e4839641c25f56859706cca921.tar.xz mana-93c60c2b94b658e4839641c25f56859706cca921.zip |
Merge github.com:mana/mana
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index e62f4d92..64631287 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. */ - virtual void widgetHidden(const gcn::Event& event); + virtual void widgetHidden(const gcn::Event &event); /** * Sets whether or not the window has a close button. |