From 52039744fa2e5e116548e5236cd8ba5f5d81702a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Dec 2017 22:36:00 +0300 Subject: Remove default parameters from widget2. --- src/gui/widgets/widget2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/widget2.h') diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h index 12103e317..63d6b63e6 100644 --- a/src/gui/widgets/widget2.h +++ b/src/gui/widgets/widget2.h @@ -42,7 +42,7 @@ class Widget2 notfinal } inline const Color &getThemeColor(const ThemeColorIdT type, - const unsigned int alpha = 255U) + const unsigned int alpha) const A_WARN_UNUSED A_INLINE { return theme->getColor(type + mPaletteOffset, alpha); -- cgit v1.2.3-60-g2f50