add missing wxOVERRIDE

This commit is contained in:
Paul Cornett
2016-01-16 11:08:25 -08:00
parent 03aae8254f
commit b74923eb29

View File

@@ -116,9 +116,9 @@ public:
virtual void DrawCollapseButton(wxWindow *win,
wxDC& dc,
const wxRect& rect,
int flags = 0);
int flags = 0) wxOVERRIDE;
virtual wxSize GetCollapseButtonSize(wxWindow *win, wxDC& dc);
virtual wxSize GetCollapseButtonSize(wxWindow *win, wxDC& dc) wxOVERRIDE;
virtual void DrawItemSelectionRect(wxWindow *win,
wxDC& dc,