summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layouthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layouthelper.cpp')
-rw-r--r--src/gui/widgets/layouthelper.cpp3
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);