Visual Studio warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7538 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
21c689c610
commit
da2a914365
5 changed files with 12 additions and 9 deletions
|
|
@ -920,7 +920,7 @@ public:
|
|||
"swig_", mangled_classname, "_base_names, &swig_module };\n", NIL);
|
||||
|
||||
if( !itcl ) {
|
||||
Printv(cmd_tab, tab4, "{ SWIG_prefix \"", class_name, "\", (swig_wrapper_func) SWIG_ObjectConstructor, &_wrap_class_", mangled_classname, "},\n", NIL);
|
||||
Printv(cmd_tab, tab4, "{ SWIG_prefix \"", class_name, "\", (swig_wrapper_func) SWIG_ObjectConstructor, (ClientData)&_wrap_class_", mangled_classname, "},\n", NIL);
|
||||
};
|
||||
|
||||
Delete(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue