diff options
Diffstat (limited to 'src/graph/view3D/control3d.c')
-rw-r--r-- | src/graph/view3D/control3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view3D/control3d.c b/src/graph/view3D/control3d.c index a7e45760..9099d1f5 100644 --- a/src/graph/view3D/control3d.c +++ b/src/graph/view3D/control3d.c @@ -229,7 +229,7 @@ drawControlPanel(void ) int offShade=14; controlPanelStruct *cp; int i, strlength; - char *s; + const char* s; cp = viewport->controlPanel; |