summaryrefslogtreecommitdiff
path: root/src/Color.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:22:45 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2018-03-23 17:22:45 -0400
commit28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c (patch)
tree554171a3c4e1c07787c9392bc78ff838a095b593 /src/Color.h
parent5e54af301b2b99e8479da3195ef30d0f8ec19227 (diff)
Cleaned up some code; fixed relative paths
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 */