Fix for directors when wrapping virtual methods with exception specifications
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
67b6ad6396
commit
fb7b5a6cf5
1 changed files with 2 additions and 2 deletions
|
|
@ -3211,8 +3211,8 @@ class JAVA : public Language {
|
|||
Append(declaration, ", ");
|
||||
}
|
||||
|
||||
Printf(w->def, "%s", Getattr(p, "type"));
|
||||
Printf(declaration, "%s", Getattr(p, "type"));
|
||||
Printf(w->def, "%s", SwigType_str(Getattr(p, "type"),0));
|
||||
Printf(declaration, "%s", SwigType_str(Getattr(p, "type"),0));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue