From af24dc047ef9336c1d6a64038e30b7217bbde30a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 9 May 2022 23:12:14 -0700 Subject: [PATCH] Add forgotten class scope --- etg/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/app.py b/etg/app.py index d73ab011..4ecbbf83 100644 --- a/etg/app.py +++ b/etg/app.py @@ -208,7 +208,7 @@ def run(): c.find('GTKSuppressDiagnostics').setCppCode("""\ #ifdef __WXGTK__ - GTKSuppressDiagnostics(flags); + wxApp::GTKSuppressDiagnostics(flags); #endif """)