summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layoutcell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layoutcell.h')
-rw-r--r--src/gui/widgets/layoutcell.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/widgets/layoutcell.h b/src/gui/widgets/layoutcell.h
index f262ebb05..25783558c 100644
--- a/src/gui/widgets/layoutcell.h
+++ b/src/gui/widgets/layoutcell.h
@@ -25,11 +25,7 @@
#include "localconsts.h"
-#include <vector>
-
-class BasicContainer2;
class LayoutArray;
-class LayoutCell;
class Widget;
/**
@@ -93,7 +89,7 @@ class LayoutCell
/**
* @see LayoutArray::place
*/
- LayoutCell &place(Widget *wg,
+ LayoutCell &place(Widget *const wg,
const int x, const int y,
const int w = 1, const int h = 1);