Fixed compiler warnings
[AXE.git] / src / xwindow.cpp
index cc6aae9..19d9225 100644 (file)
@@ -332,7 +332,7 @@ int window::ParentResized(int w, int h)
 confused with event masks above.  They start from 2 because 0 and 1
 are reserved in the protocol for errors and replies. */
 
-static char * event_names[] =
+static const char *event_names[] =
 {
    " Undefined(0)",
    " Undefined(1)",