summaryrefslogtreecommitdiff
path: root/src/gui/colorpair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/colorpair.h')
-rw-r--r--src/gui/colorpair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/colorpair.h b/src/gui/colorpair.h
index 29981bd60..d4ef13656 100644
--- a/src/gui/colorpair.h
+++ b/src/gui/colorpair.h
@@ -28,7 +28,7 @@ class Color;
struct ColorPair final
{
constexpr ColorPair(const Color *const c1,
- const Color *const c2) :
+ const Color *const c2) :
color1(c1),
color2(c2)
{