fix VC++ warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7552 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ae666948db
commit
a22d85073c
1 changed files with 2 additions and 2 deletions
|
|
@ -25,13 +25,13 @@ SWIG_MangledTypeQuery(SWIG_MODULE_CLIENTDATA_TYPE clientdata, const char *name)
|
|||
|
||||
SWIGRUNTIMEINLINE swig_type_info *
|
||||
SWIG_TypeQuery(const char *name) {
|
||||
swig_module_info *module = SWIG_GetModule();
|
||||
swig_module_info *module = SWIG_GetModule(NULL);
|
||||
return SWIG_TypeQueryModule(module, module, name);
|
||||
}
|
||||
|
||||
SWIGRUNTIMEINLINE swig_type_info *
|
||||
SWIG_MangledTypeQuery(const char *name) {
|
||||
swig_module_info *module = SWIG_GetModule();
|
||||
swig_module_info *module = SWIG_GetModule(NULL);
|
||||
return SWIG_MangledTypeQueryModule(module, module, name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue