add missing directorin typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7439 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
be51f8389d
commit
485ee19139
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@
|
|||
}
|
||||
|
||||
%typemap(directorin) SWIGTYPE {
|
||||
$input = SWIG_NewPointerObj(SWIG_static_cast(SWIG_static_cast(&$1_name, $&1_ltype), void*), $descriptor, 0);
|
||||
$input = SWIG_NewPointerObj(SWIG_static_cast(SWIG_static_cast(&$1_name, $&1_ltype), void*), $&descriptor, 0);
|
||||
}
|
||||
|
||||
%typemap(directorin) SWIGTYPE& {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue