glu: Fix deprecated conversion from string constant to ‘char*’ warning.
This commit is contained in:
@@ -119,7 +119,7 @@ Bin::adopt()
|
||||
*/
|
||||
|
||||
void
|
||||
Bin::show( char *name )
|
||||
Bin::show( const char *name )
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
_glu_dprintf( "%s\n", name );
|
||||
|
@@ -57,7 +57,7 @@ public:
|
||||
int numarcs( void );
|
||||
void adopt( void );
|
||||
void markall( void );
|
||||
void show( char * );
|
||||
void show( const char * );
|
||||
void listBezier( void );
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user