fix extra &
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8707 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
495c5e6306
commit
4f4e31460f
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@
|
|||
}
|
||||
|
||||
%typemap(varout,noblock=1) SWIGTYPE &INSTANCE {
|
||||
%set_varoutput(SWIG_NewInstanceObj(%as_voidptr(&$1), $1_descriptor, %newinstance_flags));
|
||||
%set_varoutput(SWIG_NewInstanceObj(%as_voidptr($1), $1_descriptor, %newinstance_flags));
|
||||
}
|
||||
|
||||
%typemap(varout,noblock=1) SWIGTYPE INSTANCE {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue