Cosmetic stray semi-colon removal after %typemap using quotes
This commit is contained in:
parent
ec965840ce
commit
c10a84c775
59 changed files with 258 additions and 256 deletions
|
|
@ -139,7 +139,7 @@
|
|||
%rename(MyJavaException2) MyNS::Exception2;
|
||||
%rename(MyJavaUnexpected) MyNS::Unexpected;
|
||||
|
||||
%typemap(javabase) ::MyNS::Exception1,::MyNS::Exception2,::MyNS::Unexpected "java.lang.Exception";
|
||||
%typemap(javabase) ::MyNS::Exception1,::MyNS::Exception2,::MyNS::Unexpected "java.lang.Exception"
|
||||
%rename(getMessage) what() const; // Rename all what() methods
|
||||
|
||||
namespace MyNS {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue