%apply for dimensionless arrays correction
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6850 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ce6406fba4
commit
ceb598298a
1 changed files with 1 additions and 1 deletions
|
|
@ -3451,7 +3451,7 @@ One of the ways to wrap this is to apply the Java array typemaps that come in th
|
|||
<blockquote>
|
||||
<pre>
|
||||
%include "arrays_java.i"
|
||||
%apply int[ANY] {int *};
|
||||
%apply int[] {int *};
|
||||
</pre>
|
||||
</blockquote>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue