From 28f4cf4fc2e1194e3a67cca73fca5c688b9aa99c Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 23 Mar 2018 17:22:45 -0400 Subject: Cleaned up some code; fixed relative paths --- src/Color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Color.h') 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 */ -- cgit v1.2.3