added missing override
This commit is contained in:
@@ -35,7 +35,7 @@ protected:
|
|||||||
virtual void DrawField(wxDC& dc, int i, int textHeight) wxOVERRIDE;
|
virtual void DrawField(wxDC& dc, int i, int textHeight) wxOVERRIDE;
|
||||||
virtual void DoUpdateStatusText(int number = 0) wxOVERRIDE;
|
virtual void DoUpdateStatusText(int number = 0) wxOVERRIDE;
|
||||||
|
|
||||||
virtual void InitColours();
|
virtual void InitColours() wxOVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxColour m_textActive, m_textInactive,
|
wxColour m_textActive, m_textInactive,
|
||||||
|
Reference in New Issue
Block a user