diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 38742a73e..2c6c0ab8e 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -89,7 +89,8 @@ class Window : public gcn::Window, private gcn::WidgetListener /** * Sets the location relative to the given widget (only horisontally) */ - void setLocationHorisontallyRelativeTo(const gcn::Widget *const widget); + void setLocationHorisontallyRelativeTo(const gcn::Widget + *const widget); /** * Sets the location relative to the given enumerated position. |