mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Keep the base virtuals, just exclude the ones from wxDataObjectSimple
This commit is contained in:
@@ -376,12 +376,12 @@ def run():
|
||||
c.bases = ['wxDataObject']
|
||||
|
||||
addGetAllFormats(c)
|
||||
addBaseVirtuals(c)
|
||||
|
||||
# It also causes mismatches regarding what virtuals are available
|
||||
# in the base classes. For now just ignore them for this class, if
|
||||
# they are needed then something more creative will need to be
|
||||
# done.
|
||||
#addBaseVirtuals(c)
|
||||
# in the base classes. For now just ignore them for this class. If
|
||||
# they really are needed then something more creative will need to
|
||||
# be done.
|
||||
#addSimpleVirtuals(c)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user