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 c0c699777..2685a372d 100644
--- a/src/gui/colorpair.h
+++ b/src/gui/colorpair.h
@@ -25,7 +25,7 @@
class Color;
-struct ColorPair
+struct ColorPair final
{
ColorPair(const Color* c1, const Color* c2) :
color1(c1),