SWIG Runtime update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-19 17:32:06 +00:00
parent a2825c340a
commit 11188b025c
3 changed files with 5 additions and 19 deletions

View File

@@ -48,10 +48,10 @@ typedef void *(*swig_converter_func)(void *);
typedef struct swig_type_info *(*swig_dycast_func)(void **);
typedef struct swig_type_info {
const char *name;
const char *name;
swig_converter_func converter;
const char *str;
void *clientdata;
void *clientdata;
swig_dycast_func dcast;
struct swig_type_info *next;
struct swig_type_info *prev;
@@ -69,4 +69,5 @@ SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *);
#ifdef __cplusplus
}
#endif