From ea102bb2728516cfc5e4781bf58fb38f30426eae Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Thu, 23 Jul 2020 22:51:02 +0200 Subject: [PATCH] Add missing wxOVERRIDE to wxNonOwnedWindow::Reparent --- include/wx/msw/nonownedwnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/nonownedwnd.h b/include/wx/msw/nonownedwnd.h index 1aeeb6f0d6..953077eeed 100644 --- a/include/wx/msw/nonownedwnd.h +++ b/include/wx/msw/nonownedwnd.h @@ -22,7 +22,7 @@ public: wxNonOwnedWindow(); virtual ~wxNonOwnedWindow(); - virtual bool Reparent(wxWindowBase* newParent); + virtual bool Reparent(wxWindowBase* newParent) wxOVERRIDE; virtual void InheritAttributes() wxOVERRIDE; protected: