fix the way a member is added to a class, and the class node is constructed, so it can be properly matched with the match=class predicate in the %rename directive
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8373 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b2fa89b9f9
commit
72425a439c
3 changed files with 38 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module rename_camel
|
||||
|
||||
%rename("%(utitle)s",match="cdecl") "";
|
||||
%rename("%(utitle)s",match="cdecl",match$parentNode$nodeType="class") "";
|
||||
|
||||
%inline {
|
||||
struct GeometryFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue