mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
Don't use deprecated macros in wxWidgets itself.
This commit is contained in:
@@ -395,7 +395,7 @@ struct DerivedWithoutOverride : Base
|
||||
|
||||
struct DerivedWithOverride : Base
|
||||
{
|
||||
virtual void Foo() wxOVERRIDE { }
|
||||
virtual void Foo() override { }
|
||||
|
||||
void OnIdle(wxIdleEvent&) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user