summaryrefslogtreecommitdiff
path: root/src/gui/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/color.h')
-rw-r--r--src/gui/color.h2
1 files changed, 1 insertions, 1 deletions
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),