Incorrect mangling leading to some cast errors in the Go director destructors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12315 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
004643ff30
commit
75ad4f57b9
1 changed files with 1 additions and 1 deletions
|
|
@ -2679,7 +2679,7 @@ private:
|
|||
|
||||
Setattr(n, "wrap:name", fnname);
|
||||
|
||||
Swig_DestructorToFunction(n, getNSpace(), Getattr(parentNode(n), "classtype"), CPlusPlus, Extend);
|
||||
Swig_DestructorToFunction(n, getNSpace(), getClassType(), CPlusPlus, Extend);
|
||||
|
||||
ParmList *parms = Getattr(n, "parms");
|
||||
Setattr(n, "wrap:parms", parms);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue