]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/listctrl.h
adding support for extraControl on osx_carbon
[wxWidgets.git] / include / wx / palmos / listctrl.h
index 88372b49ade151a20dfbb0c70d2961c38730bdab..e1f6df59e6461fe98cc7e0b8d1da4ae51a9b0ccb 100644 (file)
@@ -377,7 +377,7 @@ protected:
     virtual wxString OnGetItemText(long item, long column) const;
 
     // return the icon for the given item. In report view, OnGetItemImage will
-    // only be called for the first column. See OnGetItemColumnImage for 
+    // only be called for the first column. See OnGetItemColumnImage for
     // details.
     virtual int OnGetItemImage(long item) const;
 
@@ -388,7 +388,7 @@ private:
 
     DECLARE_DYNAMIC_CLASS(wxListCtrl)
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxListCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxListCtrl);
 };
 
 #endif // wxUSE_LISTCTRL