Fixed compilation problem with dynamic_cast test.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4456 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
17c7e3a869
commit
32c888e20a
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
%typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
|
||||
swig_type_info *ty = SWIG_TypeDynamicCast($1_descriptor,(void **) &$1);
|
||||
Tcl_SetObjResult(interp,SWIG_NewInstanceObj((void *) $1, ty,0));
|
||||
Tcl_SetObjResult(interp,SWIG_NewInstanceObj(interp,(void *) $1, ty,0));
|
||||
}
|
||||
|
||||
%typemap(out) void "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue