Fix wrapping of virtual comparison operators with directors
Closes #1642.
This commit is contained in:
parent
430a44e075
commit
4e57c5536d
4 changed files with 28 additions and 4 deletions
|
|
@ -175,10 +175,6 @@ String *Swig_method_decl(SwigType *return_base_type, SwigType *decl, const_Strin
|
|||
if (qualifiers)
|
||||
Printv(result, " ", qualifiers, NIL);
|
||||
|
||||
// Reformat result to how it has been historically
|
||||
Replaceall(result, ",", ", ");
|
||||
Replaceall(result, "=", " = ");
|
||||
|
||||
Delete(args_string);
|
||||
Delete(popped_decl);
|
||||
Delete(qualifiers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue