use more wxOVERRIDE (#329)

This commit is contained in:
Maarten
2016-09-25 22:21:28 +02:00
committed by paulcor
parent d0c57dbef0
commit 977a826639
66 changed files with 456 additions and 455 deletions

View File

@@ -717,7 +717,7 @@ public:
return true;
}
virtual bool Destroy()
virtual bool Destroy() wxOVERRIDE
{
// FIXME: why exactly do we do this? to avoid activation events during
// destructions maybe?
@@ -727,7 +727,7 @@ public:
protected:
// hook the child view into event handlers chain here
virtual bool TryBefore(wxEvent& event)
virtual bool TryBefore(wxEvent& event) wxOVERRIDE
{
return TryProcessEvent(event) || BaseClass::TryBefore(event);
}
@@ -882,7 +882,7 @@ public:
protected:
// hook the document manager into event handling chain here
virtual bool TryBefore(wxEvent& event)
virtual bool TryBefore(wxEvent& event) wxOVERRIDE
{
// It is important to send the event to the base class first as
// wxMDIParentFrame overrides its TryBefore() to send the menu events