Add missing wxOVERRIDE to wxNonOwnedWindow::Reparent
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
wxNonOwnedWindow();
|
||||
virtual ~wxNonOwnedWindow();
|
||||
|
||||
virtual bool Reparent(wxWindowBase* newParent);
|
||||
virtual bool Reparent(wxWindowBase* newParent) wxOVERRIDE;
|
||||
virtual void InheritAttributes() wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user