Add missing wxOVERRIDE to wxNonOwnedWindow::Reparent
This commit is contained in:
parent
b5737510fd
commit
ea102bb272
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user