summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 18:26:27 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:21 +0300
commite441e9e40d27930f3533ffecfa2a48e4fd312f4c (patch)
tree263935380e21a93fa3df5759177ff8d0a3ec330d /src/gui/palette.h
parent4f1dc5b17ed72345b3fca143683dc8b5d03b6564 (diff)
downloadplus-e441e9e40d27930f3533ffecfa2a48e4fd312f4c.tar.gz
plus-e441e9e40d27930f3533ffecfa2a48e4fd312f4c.tar.bz2
plus-e441e9e40d27930f3533ffecfa2a48e4fd312f4c.tar.xz
plus-e441e9e40d27930f3533ffecfa2a48e4fd312f4c.zip
Fix declaration in palette.
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index 4505454d8..f9980291f 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -139,7 +139,7 @@ class Palette
protected:
/** Colors used for the rainbow gradient */
- static const gcn::Color RAINBOW_COLORS[];
+ static const gcn::Color RAINBOW_COLORS[7];
static const int RAINBOW_COLOR_COUNT;
/** Time tick, that gradient-type colors were updated the last time. */