Give copy constructor parameter a more appropriate name. Also there is no need to mangle it, the name appears in the proxy classes in java/c#, so better that it is nicely named.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8700 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1fbc20026e
commit
d5f8b761fd
1 changed files with 1 additions and 1 deletions
|
|
@ -2008,7 +2008,7 @@ static void addCopyConstructor(Node *n)
|
|||
if (!symname) {
|
||||
symname = Copy(csymname);
|
||||
}
|
||||
Parm *p = NewParm(cc,"_swig_self");
|
||||
Parm *p = NewParm(cc,"other");
|
||||
|
||||
Setattr(cn,"name",name);
|
||||
Setattr(cn,"sym:name",symname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue