remove bad typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6760 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
121d73d58c
commit
e48b28473d
1 changed files with 2 additions and 1 deletions
|
|
@ -53,9 +53,10 @@
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
/* Pointers, references, and arrays */
|
||||
%typemap(out) SWIGTYPE *, SWIGTYPE &, SWIGTYPE []
|
||||
%typemap(out) SWIGTYPE *, SWIGTYPE &
|
||||
"$result = SWIG_NewPointerObj((void*)($1), $descriptor, $owner);";
|
||||
|
||||
|
||||
%typemap(out) SWIGTYPE* const&
|
||||
"$result = SWIG_NewPointerObj((void*)(*$1), $*descriptor, $owner);";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue