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;