Add missing wxOVERRIDE to wxNonOwnedWindow::Reparent

This commit is contained in:
Maarten Bent 2020-07-23 22:51:02 +02:00
parent b5737510fd
commit ea102bb272

View File

@ -22,7 +22,7 @@ public:
wxNonOwnedWindow(); wxNonOwnedWindow();
virtual ~wxNonOwnedWindow(); virtual ~wxNonOwnedWindow();
virtual bool Reparent(wxWindowBase* newParent); virtual bool Reparent(wxWindowBase* newParent) wxOVERRIDE;
virtual void InheritAttributes() wxOVERRIDE; virtual void InheritAttributes() wxOVERRIDE;
protected: protected: