mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Don't add the common virtuals for wxURLDataObject.
It's complicated parentage causes build problems in some cases.
This commit is contained in:
@@ -376,8 +376,13 @@ def run():
|
||||
c.bases = ['wxDataObject']
|
||||
|
||||
addGetAllFormats(c)
|
||||
addBaseVirtuals(c)
|
||||
addSimpleVirtuals(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)
|
||||
#addSimpleVirtuals(c)
|
||||
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user