summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index e26fee332..42f3495c8 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -293,7 +293,7 @@ class Theme final : public Palette, public ConfigListener
{ return mInstance->getColor(type, alpha); }
static const gcn::Color &getThemeCharColor(const signed char c,
- bool &valid)
+ bool &valid)
{ return mInstance->getCharColor(c, valid); }
static int getThemeIdByChar(const signed char c, bool &valid)