diff options
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r-- | src/gui/palette.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h index bd974a94b..89267c238 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -45,7 +45,7 @@ /** * Class controlling the game's color palette. */ -class Palette +class Palette notfinal { public: /** Black Color Constant */ @@ -164,7 +164,7 @@ class Palette void advanceGradient(); - struct ColorElem + struct ColorElem final { ColorElem() : type(0), |