Skip to content

Commit

Permalink
Fix java mapscript to be compatible with newer swig (#5174)
Browse files Browse the repository at this point in the history
closes #5174
closes #5178
  • Loading branch information
tigerfoot authored and tbonfort committed Oct 5, 2015
1 parent f10f24d commit 8399145
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mapscript/java/javamodule.i
@@ -1,9 +1,11 @@


%include arrays_java.i %include arrays_java.i


# Uncomment this if you wish to hace enums wrapped in an interface compatible /*
# with that generated by swig 1.3.21 (tests wont compile, though) Uncomment this if you wish to hace enums wrapped in an interface compatible
#%include enumsimple.swg with that generated by swig 1.3.21 (tests wont compile, though)
%include enumsimple.swg
*/


/* Mapscript library loader */ /* Mapscript library loader */


Expand Down

0 comments on commit 8399145

Please sign in to comment.