Fix compatibility with wxWidgets 3.0
change wxOVERRIDE -> override
This commit is contained in:
parent
faae4f9eea
commit
27f8abd8a1
|
@ -58,7 +58,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
ExitCode Entry() wxOVERRIDE;
|
||||
ExitCode Entry() override;
|
||||
void DrainInput();
|
||||
|
||||
wxMessageQueue<DIALOG_EXPORT_STEP_LOG::STATE_MESSAGE>& m_queue;
|
||||
|
|
Loading…
Reference in New Issue