Fix for typedef to void *
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8529 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f6bf2ec2fa
commit
0982b12ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
%typemap(freearg) SWIGTYPE *, SWIGTYPE &, SWIGTYPE [] "";
|
||||
|
||||
%typemap(in) void * {
|
||||
$1 = SWIG_MustGetPtr($input, NULL, $argnum, 0);
|
||||
$1 = ($1_ltype)SWIG_MustGetPtr($input, NULL, $argnum, 0);
|
||||
}
|
||||
%typemap(freearg) void * "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue