From 030beaba34912a9249b9219b43c7bdc1359859e6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 Jan 2017 20:19:20 +0300 Subject: Fix code style. --- src/gui/cliprect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/cliprect.h') diff --git a/src/gui/cliprect.h b/src/gui/cliprect.h index bb8a1257e..149420b8c 100644 --- a/src/gui/cliprect.h +++ b/src/gui/cliprect.h @@ -80,7 +80,7 @@ class ClipRect final : public Rect /** * Constructor. */ - constexpr ClipRect() : + ClipRect() : Rect(0, 0, 0, 0), xOffset(0), yOffset(0) @@ -101,7 +101,7 @@ class ClipRect final : public Rect * calculating the actual screen coordinate from * the relative screen coordinate. */ - constexpr ClipRect(const int x0, + ClipRect(const int x0, const int y0, const int width0, const int height0, -- cgit v1.2.3-60-g2f50