]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/listctrl_mac.cpp
Use new function GetItemLabel
[wxWidgets.git] / src / mac / carbon / listctrl_mac.cpp
index ddd717dbecdd2d849416697ae082ee30425c7ead..5a1a1f0bc825a525b0c769d581c58b1e0bf74a09 100644 (file)
@@ -1326,7 +1326,7 @@ long wxListCtrl::GetItemData(long item) const
 }
 
 // Sets the item data
-bool wxListCtrl::SetItemData(long item, long data)
+bool wxListCtrl::SetItemPtrData(long item, wxUIntPtr data)
 {
     if (m_genericImpl)
         return m_genericImpl->SetItemData(item, data);