Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept

Don't use deprecated macros in wxWidgets itself.
This commit is contained in:
PB
2022-10-15 18:10:45 +02:00
committed by Vadim Zeitlin
parent be5095acdd
commit 88d526660f
1282 changed files with 11878 additions and 11878 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ struct DerivedWithoutOverride : Base
struct DerivedWithOverride : Base
{
virtual void Foo() wxOVERRIDE { }
virtual void Foo() override { }
void OnIdle(wxIdleEvent&) { }