added missing override

This commit is contained in:
Stefan Csomor 2018-06-15 10:06:17 +02:00
parent 7da13b273c
commit caa2fde425

View File

@ -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,