Ignore wx.App.GetGUIInstance

This commit is contained in:
Robin Dunn
2022-05-17 18:47:24 -07:00
parent 03499722b0
commit f8d7cad72b

View File

@@ -212,6 +212,9 @@ def run():
#endif
""")
c.find('GetGUIInstance').ignore()
#-------------------------------------------------------
module.find('wxHandleFatalExceptions').setCppCode("""\