Refactor: mark wxPropertyGridManager::SetId() as overridden virtual method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
de2f5898c4
commit
c193b83b6b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user