mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Lots of changes needed to get things building again after switching to wxWidgets master
This commit is contained in:
@@ -46,7 +46,8 @@ def run():
|
||||
assert isinstance(m, etgtools.MethodDef)
|
||||
if 'void *' in m.argsString or \
|
||||
'wxClientData **' in m.argsString or \
|
||||
'wxString *' in m.argsString:
|
||||
'wxString *' in m.argsString or \
|
||||
'std::vector' in m.argsString:
|
||||
m.ignore()
|
||||
|
||||
for m in c.findAll('Append'):
|
||||
|
||||
Reference in New Issue
Block a user