Mark the GetFile methods in the handler classes as factories

This commit is contained in:
Robin Dunn
2017-06-21 19:02:25 -07:00
parent 018208450c
commit 2f4c7fb023

View File

@@ -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)