Fix Python directorin typemap for PyObject *
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12760 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e167400a29
commit
ff6b144f30
4 changed files with 24 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#if defined(SWIG_DIRECTOR_TYPEMAPS)
|
||||
|
||||
%typemap(directorin) SWIG_Object "$input = $1_name";
|
||||
%typemap(directorin) SWIG_Object "$input = $1_name;";
|
||||
%typemap(directorout) SWIG_Object "$result = $input;";
|
||||
|
||||
#endif /* SWIG_DIRECTOR_TYPEMAPS */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue