From 1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Dec 2017 02:18:09 +0300 Subject: Remove default parameters from layoutcell. --- src/gui/widgets/layoutcell.h | 6 ++++-- 1 file 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 -- cgit v1.2.3-60-g2f50