Add forgotten class scope

This commit is contained in:
Robin Dunn
2022-05-09 23:12:14 -07:00
parent a401846562
commit 3e6be81d6d

View File

@@ -208,7 +208,7 @@ def run():
c.find('GTKSuppressDiagnostics').setCppCode("""\
#ifdef __WXGTK__
GTKSuppressDiagnostics(flags);
wxApp::GTKSuppressDiagnostics(flags);
#endif
""")