From 49fff1aed195d44871caeeff063b1b8c76628e02 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 23:03:27 +0300 Subject: Remove default parameter from color. --- src/gui/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/color.h') diff --git a/src/gui/color.h b/src/gui/color.h index c4a1aab01..71f688fda 100644 --- a/src/gui/color.h +++ b/src/gui/color.h @@ -118,7 +118,7 @@ class Color final constexpr Color(const unsigned int ar, const unsigned int ag, const unsigned int ab, - const unsigned int aa = 255) : + const unsigned int aa) : r(ar), g(ag), b(ab), -- cgit v1.2.3-60-g2f50