diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-15 02:20:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-15 02:20:52 +0300 |
commit | 18b8d9888cd5ee8a533a1059f109d8de1c6b04d1 (patch) | |
tree | db753995392ae8e6c5202467f417f31deb8717f0 /src/gui/theme.h | |
parent | c3b8f951d6e16dfb48cb71bd7ad3d7c43ea56c0a (diff) | |
download | plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.gz plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.bz2 plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.tar.xz plus-18b8d9888cd5ee8a533a1059f109d8de1c6b04d1.zip |
Fix code style again.
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); |