From 27f8abd8a146323bc4f52b24d166a69d683d1bab Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Sat, 8 Oct 2022 17:34:37 +0200 Subject: [PATCH] Fix compatibility with wxWidgets 3.0 change wxOVERRIDE -> override --- pcbnew/dialogs/dialog_export_step_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_export_step_process.cpp b/pcbnew/dialogs/dialog_export_step_process.cpp index deb65d527a..03553ca130 100644 --- a/pcbnew/dialogs/dialog_export_step_process.cpp +++ b/pcbnew/dialogs/dialog_export_step_process.cpp @@ -58,7 +58,7 @@ public: } private: - ExitCode Entry() wxOVERRIDE; + ExitCode Entry() override; void DrainInput(); wxMessageQueue& m_queue;