]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dataview.h
no changes, just remove an extra space (see #10560)
[wxWidgets.git] / include / wx / generic / dataview.h
index 08ad8128a0531539fc8a53b9b24410bbc479624b..267e2c98a9e806aad4cc0714425eec1d965fdf1b 100644 (file)
@@ -259,7 +259,7 @@ public:
     virtual bool Render( wxRect cell, wxDC *dc, int state );
     virtual wxSize GetSize() const;
 
-    virtual bool HasEditorCtrl() { return true; }
+    virtual bool HasEditorCtrl() const { return true; }
     virtual wxControl* CreateEditorCtrl( wxWindow *parent, wxRect labelRect, 
                                          const wxVariant &value );
     virtual bool GetValueFromEditorCtrl( wxControl* editor, wxVariant &value );