Make wxDataViewRenderer::GetEditorCtrl() const

Really no reason not to do it.
This commit is contained in:
Vadim Zeitlin
2016-02-28 18:02:26 +01:00
parent 19a6664498
commit 890ccf8e30

View File

@@ -164,7 +164,7 @@ public:
virtual void CancelEditing();
virtual bool FinishEditing();
wxWindow *GetEditorCtrl() { return m_editorCtrl; }
wxWindow *GetEditorCtrl() const { return m_editorCtrl; }
virtual bool IsCustomRenderer() const { return false; }