From 8585f3215a491d9ea30e22a744c8bb28eb07ae88 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 14 Feb 2016 13:40:45 -0800 Subject: [PATCH] add missing wxOVERRIDE --- include/wx/aui/floatpane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/aui/floatpane.h b/include/wx/aui/floatpane.h index 45695e64fd..ea4ee3d9a1 100644 --- a/include/wx/aui/floatpane.h +++ b/include/wx/aui/floatpane.h @@ -44,7 +44,7 @@ public: wxAuiManager* GetOwnerManager() const; // Allow processing accelerators to the parent frame - virtual bool IsTopNavigationDomain() const { return false; } + virtual bool IsTopNavigationDomain() const wxOVERRIDE { return false; } protected: virtual void OnMoveStart();