Fix compatibility with wxWidgets 3.0

change wxOVERRIDE -> override
This commit is contained in:
jean-pierre charras 2022-10-08 17:34:37 +02:00
parent faae4f9eea
commit 27f8abd8a1
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public:
}
private:
ExitCode Entry() wxOVERRIDE;
ExitCode Entry() override;
void DrainInput();
wxMessageQueue<DIALOG_EXPORT_STEP_LOG::STATE_MESSAGE>& m_queue;