Extract the class name in CreateZendListDestructor in a more robust manner -
improves zend_error message. (Thanks Ollie Betts) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8145 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d2759f0174
commit
a2289e6955
1 changed files with 1 additions and 1 deletions
|
|
@ -1918,7 +1918,7 @@ public:
|
|||
//virtual int destructorHandler(Node *n) {
|
||||
//}
|
||||
int CreateZendListDestructor(Node *n) {
|
||||
String *name = GetChar(n,"name");
|
||||
String *name = GetChar(Swig_methodclass(n),"name");
|
||||
String *iname = GetChar(n,"sym:name");
|
||||
SwigType *d = Getattr(n,"type");
|
||||
ParmList *l = Getattr(n,"parms");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue