summaryrefslogtreecommitdiff
path: root/src/Color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Color.h')
-rw-r--r--src/Color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Color.h b/src/Color.h
index 0f67023..96aa03b 100644
--- a/src/Color.h
+++ b/src/Color.h
@@ -11,7 +11,7 @@ public:
private:
static unsigned get_color(Color c);
static unsigned colors[];
- static char* color_names[];
+ static const char* color_names[];
};
#endif /* COLOR_H */