diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/colorpair.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/colorpair.h b/src/gui/colorpair.h index 75f454ff6..0ab6c6e66 100644 --- a/src/gui/colorpair.h +++ b/src/gui/colorpair.h @@ -34,8 +34,8 @@ struct ColorPair final { } - const Color *const color1; - const Color *const color2; + const Color *color1; + const Color *color2; }; #endif // GUI_COLORPAIR_H |