From 50731b6737c4ec7ef2f5be7eca44a5e7692d305a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 26 Aug 2012 20:27:00 +0000 Subject: * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils. --- src/graph/view3D/process3d.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/graph/view3D/process3d.c') diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c index 77eb8782..5c5e7d68 100644 --- a/src/graph/view3D/process3d.c +++ b/src/graph/view3D/process3d.c @@ -68,7 +68,8 @@ void buttonAction (int bKey) { - char *s1, *s2; + const char* s1; + const char* s2; int strL, strL1, strL2, offShade=14; /* Button colors which are offColor, RED, are turned off, and those which -- cgit v1.2.3