Add forgotten class scope

This commit is contained in:
Robin Dunn
2022-05-09 23:12:14 -07:00
parent 565f64131c
commit af24dc047e

View File

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