]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
Removed semi-colons off the end of two macro statement lines so that compilation...
[wxWidgets.git] / include / wx / listctrl.h
index f8f79a1e4c15c5777f1b7c8f5c21e3da428c5603..8526b2ef274468a4852a5d83103d44197acfebd1 100644 (file)
@@ -331,6 +331,8 @@ public:
     // return TRUE if the item is selected
     bool IsSelected(long index)
         { return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
+private:
+    DECLARE_DYNAMIC_CLASS(wxListView)
 };
 
 // ----------------------------------------------------------------------------