mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 15:29:18 +00:00
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
Block a user