Addition of overrides in renderer.cpp

This commit is contained in:
Hartwig
2015-11-22 10:14:51 +01:00
parent 5f7c4fa859
commit 5e39dd361f

View File

@@ -104,9 +104,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,
@@ -136,7 +136,7 @@ public:
const wxRect& rect,
int value,
int max,
int flags = 0);
int flags = 0) wxOVERRIDE;
virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win) wxOVERRIDE;