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();