diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-01 13:57:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-01 14:33:36 +0300 |
commit | 96d3520f217a55a853b8c1a20f3975eee5c032b6 (patch) | |
tree | ed46540c5c3d6bd58d2fa31f8b5a7356157af19d /src/gui/widgets/layouthelper.cpp | |
parent | c29c83721eccfb3589eb7ac7b0793e8ce3bc0aaa (diff) | |
download | ManaVerse-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.gz ManaVerse-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.bz2 ManaVerse-96d3520f217a55a853b8c1a20f3975eee5c032b6.tar.xz ManaVerse-96d3520f217a55a853b8c1a20f3975eee5c032b6.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/layouthelper.cpp')
-rw-r--r-- | src/gui/widgets/layouthelper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/layouthelper.cpp b/src/gui/widgets/layouthelper.cpp index 9e93f6de5..e0dc82b8f 100644 --- a/src/gui/widgets/layouthelper.cpp +++ b/src/gui/widgets/layouthelper.cpp @@ -40,7 +40,8 @@ const Layout &LayoutHelper::getLayout() const return mLayout; } -LayoutCell &LayoutHelper::place(const int x, const int y, gcn::Widget *const wg, +LayoutCell &LayoutHelper::place(const int x, const int y, + gcn::Widget *const wg, const int w, const int h) { mContainer->add(wg); |