wxHelpControllerBase does not need to be explicitly tagged as abstract

This commit is contained in:
Robin Dunn
2020-03-16 23:21:04 -07:00
parent 9e42750b59
commit 3f4d57ac9c

View File

@@ -34,7 +34,6 @@ def run():
c = module.find('wxHelpControllerBase')
assert isinstance(c, etgtools.ClassDef)
c.abstract = True
c.find('GetFrameParameters.size').out = True
c.find('GetFrameParameters.pos').out = True