summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libnurbs/internals/knotvector.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2008-09-13 14:20:14 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-13 14:20:14 -0600
commit6e51febc6b4ab92588c27bc9a2754d940baadeef (patch)
treebdadd6c9372510208610cc60542addbe4a490f17 /src/glu/sgi/libnurbs/internals/knotvector.h
parent8db761409dadc2e899d4e7107eff3aa07b07aa11 (diff)
GLU: fix asst warnings
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/knotvector.h')
-rw-r--r--src/glu/sgi/libnurbs/internals/knotvector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/sgi/libnurbs/internals/knotvector.h b/src/glu/sgi/libnurbs/internals/knotvector.h
index bb1e593326..4860ea2588 100644
--- a/src/glu/sgi/libnurbs/internals/knotvector.h
+++ b/src/glu/sgi/libnurbs/internals/knotvector.h
@@ -49,7 +49,7 @@ struct Knotvector { /* a knot vector */
~Knotvector( void );
void init( long, long, long, INREAL * );
int validate( void );
- void show( char * );
+ void show( const char * );
long order; /* order of spline */
long knotcount; /* number of knots */