mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Ensure sip knows that wxLog has a default ctor and a dtor
This commit is contained in:
@@ -75,6 +75,9 @@ def run():
|
||||
c = module.find('wxLog')
|
||||
assert isinstance(c, etgtools.ClassDef)
|
||||
c.addPrivateCopyCtor()
|
||||
c.addDefaultCtor('public')
|
||||
c.addDtor('public', isVirtual=True)
|
||||
|
||||
|
||||
c.find('SetActiveTarget').transferBack = True
|
||||
c.find('SetActiveTarget.logtarget').transfer = True
|
||||
|
||||
Reference in New Issue
Block a user