Tcl swig_const_info - use const char *

This commit is contained in:
William S Fulton 2018-10-19 08:19:17 +01:00
commit 18f433d862

View file

@ -16,7 +16,7 @@ extern "C" {
/* Constant information structure */
typedef struct swig_const_info {
int type;
char *name;
const char *name;
long lvalue;
double dvalue;
void *pvalue;