]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataview.h
removed accidentally left in in r57161 pure virtual function marker
[wxWidgets.git] / include / wx / gtk / dataview.h
index bf647cc0d311d616567b1c2914d23f636378413a..d8316adb85b42e9c20e32837fbe0eaa3f6265bcc 100644 (file)
@@ -331,7 +331,7 @@ public:
 
     virtual bool IsSortable() const;
     virtual bool IsSortOrderAscending() const;
-    virtual bool IsSortKey() const = 0;
+    virtual bool IsSortKey() const;
 
     virtual bool IsResizeable() const;
     virtual bool IsHidden() const;