mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Mark the GetFile methods in the handler classes as factories
This commit is contained in:
@@ -131,6 +131,13 @@ def run():
|
||||
tools.addAutoProperties(c)
|
||||
|
||||
|
||||
for name in [ 'wxWebViewHandler',
|
||||
'wxWebViewArchiveHandler',
|
||||
'wxWebViewFSHandler' ]:
|
||||
c = module.find(name)
|
||||
c.find('GetFile').factory = True
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
tools.runGenerators(module)
|
||||
|
||||
Reference in New Issue
Block a user