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