Fix compil warning

This commit is contained in:
jean-pierre charras 2018-09-13 09:04:58 +02:00
parent df5aafc481
commit ab9288235c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class GRID_CELL_READONLY_TEXT_EDITOR : public wxGridCellTextEditor
public:
GRID_CELL_READONLY_TEXT_EDITOR() {};
void Create(wxWindow* parent, wxWindowID id, wxEvtHandler* evtHandler)
void Create(wxWindow* parent, wxWindowID id, wxEvtHandler* evtHandler) override
{
DoCreate(parent, id, evtHandler);
Text()->SetEditable( false );