javagetcptr typemap replaced by the javabody typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5966 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f1090f5a5c
commit
2a37bb5d27
4 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* written to possibly optimise this lookup by taking advantage of characteristics peculiar to the targeted enum.
|
||||
* The special variable, $enumvalues, is replaced with a comma separated list of all the enum values.
|
||||
*/
|
||||
%typemap(javagetcptr) enum SWIGTYPE %{
|
||||
%typemap(javabody) enum SWIGTYPE %{
|
||||
public final int swigValue() {
|
||||
return swigValue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue