diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:11:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 12:11:38 +0300 |
commit | d2e02bed6c128ec055eaa3a32aaca6ce5523576d (patch) | |
tree | 1b0c5ada01c953f7cc82de4c742d783917632510 /src/gui/widgets/layoutcell.h | |
parent | e5a14c0a1c74b66246f7c54e56c7cc2c33fef29d (diff) | |
download | plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.gz plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.bz2 plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.xz plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/layoutcell.h')
-rw-r--r-- | src/gui/widgets/layoutcell.h | 6 |
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); |