diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 2a3a4aa2d..75446fdbd 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -254,7 +254,7 @@ class Theme : public Palette, public ConfigListener int alpha = 255) { return mInstance->getColor(type, alpha); } - const static gcn::Color &getThemeColor(char c, bool &valid) + static const gcn::Color &getThemeColor(char c, bool &valid) { return mInstance->getColor(c, valid); } static gcn::Color getProgressColor(int type, float progress); |