wxPropertyGridInterface is abstract

This commit is contained in:
Robin Dunn
2016-08-13 14:47:51 -07:00
parent c7130a4366
commit 774f98a5df

View File

@@ -38,6 +38,7 @@ def run():
c = module.find('wxPropertyGridInterface')
c.abstract = True
for m in c.findAll('GetIterator'):
if m.type == 'wxPropertyGridConstIterator':
m.ignore()