fix % predicate, as reported by Mikael Jansson
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9043 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
497228ec04
commit
39b7537a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ static int NAME(TYPE x) {
|
|||
|
||||
%define %$ispublic "match$access"="public" %enddef
|
||||
%define %$isprotected "match$access"="protected" %enddef
|
||||
%define %$isprivate "match$access"="public" %enddef
|
||||
%define %$isprivate "match$access"="private" %enddef
|
||||
|
||||
%define %$ismemberget "match$memberget"="1" %enddef
|
||||
%define %$ismemberset "match$memberset"="1" %enddef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue