summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layouthelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layouthelper.h')
-rw-r--r--src/gui/widgets/layouthelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h
index d5a94e656..32e3d9e34 100644
--- a/src/gui/widgets/layouthelper.h
+++ b/src/gui/widgets/layouthelper.h
@@ -67,7 +67,7 @@ class LayoutHelper final : public WidgetListener
/**
* Adds a widget to the container and sets it at given cell.
*/
- LayoutCell &place(const int x, const int y, gcn::Widget *const wg,
+ LayoutCell &place(const int x, const int y, Widget *const wg,
const int w = 1, const int h = 1);
/**