diff options
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r-- | src/gui/palette.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h index 235070990..a4ac5d44b 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -125,7 +125,7 @@ class Palette */ static void advanceGradients(); - gcn::Color static produceHPColor(int hp, int maxHp, int alpha = 255); + static gcn::Color produceHPColor(int hp, int maxHp, int alpha = 255); protected: /** Colors used for the rainbow gradient */ |