summaryrefslogtreecommitdiff
path: root/src/gui/widgets
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-26 02:18:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-26 02:18:09 +0300
commit1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec (patch)
treefe277b13902f78076114b703997dd3c7f208e794 /src/gui/widgets
parent526b09b7670aad3e167ce2dac4e4dd6063ab73e0 (diff)
downloadplus-1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec.tar.gz
plus-1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec.tar.bz2
plus-1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec.tar.xz
plus-1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec.zip
Remove default parameters from layoutcell.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r--src/gui/widgets/layoutcell.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/widgets/layoutcell.h b/src/gui/widgets/layoutcell.h
index e6404cfde..3d7d4d9d7 100644
--- a/src/gui/widgets/layoutcell.h
+++ b/src/gui/widgets/layoutcell.h
@@ -92,8 +92,10 @@ class LayoutCell notfinal
* @see LayoutArray::place
*/
LayoutCell &place(Widget *const wg,
- const int x, const int y,
- const int w = 1, const int h = 1);
+ const int x,
+ const int y,
+ const int w,
+ const int h);
/**
* @see LayoutArray::matchColWidth