Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept

Don't use deprecated macros in wxWidgets itself.
This commit is contained in:
PB 2022-10-12 17:07:48 +02:00 committed by Vadim Zeitlin
parent be5095acdd
commit 88d526660f
1282 changed files with 11878 additions and 11878 deletions

View file

@ -318,7 +318,7 @@ public:
{
}
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH) wxOVERRIDE
virtual void Walk(size_t skip = 1, size_t maxdepth = wxSTACKWALKER_MAX_DEPTH) override
{
wxPuts(wxT("Stack dump:"));
@ -326,7 +326,7 @@ public:
}
protected:
virtual void OnStackFrame(const wxStackFrame& frame) wxOVERRIDE
virtual void OnStackFrame(const wxStackFrame& frame) override
{
wxPrintf("[%2zu] ", frame.GetLevel());