summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-01 13:57:45 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-01 14:33:36 +0300
commit96d3520f217a55a853b8c1a20f3975eee5c032b6 (patch)
treeed46540c5c3d6bd58d2fa31f8b5a7356157af19d /src/gui/widgets/window.h
parentc29c83721eccfb3589eb7ac7b0793e8ce3bc0aaa (diff)
downloadplus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.gz
plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.bz2
plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.xz
plus-96d3520f217a55a853b8c1a20f3975eee5c032b6.zip
Fix code style.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h3
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.