[PHP5] Fix wrapping of a renamed enumerated value of an enum class member
(SF#2095273). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10862 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cc88c24c3f
commit
e9485c0f60
2 changed files with 5 additions and 1 deletions
|
|
@ -2007,7 +2007,7 @@ public:
|
|||
* ------------------------------------------------------------ */
|
||||
|
||||
virtual int memberconstantHandler(Node *n) {
|
||||
wrapping_member_constant = Getattr(n, "name");
|
||||
wrapping_member_constant = Getattr(n, "sym:name");
|
||||
Language::memberconstantHandler(n);
|
||||
wrapping_member_constant = NULL;
|
||||
return SWIG_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue