aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view3D/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/view3D/globals.h')
-rw-r--r--src/graph/view3D/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view3D/globals.h b/src/graph/view3D/globals.h
index 5734564c..2c727617 100644
--- a/src/graph/view3D/globals.h
+++ b/src/graph/view3D/globals.h
@@ -58,7 +58,7 @@ extern GC processGC;
extern viewPoints *viewport;
extern controlPanelStruct *control;
extern XGCValues gcVals;
-extern char *s;
+extern const char* s;
extern int someInt;
extern unsigned long foregroundColor, backgroundColor;