diff --git a/include/wx/propgrid/manager.h b/include/wx/propgrid/manager.h index 4d886f3fb6..6a3d4f7958 100644 --- a/include/wx/propgrid/manager.h +++ b/include/wx/propgrid/manager.h @@ -634,7 +634,7 @@ public: // Overridden functions - no documentation required. // - void SetId( wxWindowID winid ); + void SetId( wxWindowID winid ) wxOVERRIDE; virtual void SetExtraStyle ( long exStyle ) wxOVERRIDE; virtual bool SetFont ( const wxFont& font ) wxOVERRIDE; virtual void SetWindowStyleFlag ( long style ) wxOVERRIDE;