Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / glu / sgi / libnurbs / internals / bufpool.cc
index f60f7dc7b17bfc8956de5a0a3444bfa394d1b4a3..8cc847ab2259150f7ed7c20eebc2894a4141e8e9 100644 (file)
@@ -46,7 +46,7 @@
  * Pool - allocate a new pool of buffers
  *-----------------------------------------------------------------------------
  */
-Pool::Pool( int _buffersize, int initpoolsize, char *n )
+Pool::Pool( int _buffersize, int initpoolsize, const char *n )
 {
     if((unsigned)_buffersize < sizeof(Buffer))
         buffersize = sizeof(Buffer);