Use GetFlag not Getattr on feature:notabstract
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10442 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
44a9ae4438
commit
8eadd0eac6
1 changed files with 1 additions and 1 deletions
|
|
@ -2321,7 +2321,7 @@ public:
|
|||
base.item = NULL;
|
||||
}
|
||||
|
||||
if (Getattr(n, "abstract") && !Getattr(n, "feature:notabstract")) {
|
||||
if (Getattr(n, "abstract") && !GetFlag(n, "feature:notabstract")) {
|
||||
Swig_print_node(n);
|
||||
Printf(s_phpclasses, "abstract ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue