From 3cbd3136f9791d1a6db678d5dcf87e81e1c2e7e7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Dec 2008 16:04:48 +0000 Subject: [PATCH] removed accidentally left in in r57161 pure virtual function marker git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/dataview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/gtk/dataview.h b/include/wx/gtk/dataview.h index bf647cc0d3..d8316adb85 100644 --- a/include/wx/gtk/dataview.h +++ b/include/wx/gtk/dataview.h @@ -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;