Merge pull request #1550 from wxWidgets/fix-issue1536

wxHelpControllerBase does not need to be explicitly tagged as abstract
This commit is contained in:
Robin Dunn
2020-03-16 23:21:46 -07:00
committed by GitHub

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