Add missing wxOVERRIDE to wxNonOwnedWindow::Reparent
This commit is contained in:
parent
b5737510fd
commit
ea102bb272
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public:
|
|||
wxNonOwnedWindow();
|
||||
virtual ~wxNonOwnedWindow();
|
||||
|
||||
virtual bool Reparent(wxWindowBase* newParent);
|
||||
virtual bool Reparent(wxWindowBase* newParent) wxOVERRIDE;
|
||||
virtual void InheritAttributes() wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue