Tcl swig_const_info - use const char *
This commit is contained in:
parent
de26ebbad1
commit
18f433d862
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue