aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view2D/globals2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/view2D/globals2.h')
-rw-r--r--src/graph/view2D/globals2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view2D/globals2.h b/src/graph/view2D/globals2.h
index 1544471d..c7b8d9b3 100644
--- a/src/graph/view2D/globals2.h
+++ b/src/graph/view2D/globals2.h
@@ -54,7 +54,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;