X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ff68ce9ad2f2b1bc97f45ffefdf6add1fcb7eef..967d3d97839afc098999cee27e0c8c70fa42294c:/src/mac/carbon/listctrl_mac.cpp diff --git a/src/mac/carbon/listctrl_mac.cpp b/src/mac/carbon/listctrl_mac.cpp index ddd717dbec..5a1a1f0bc8 100644 --- a/src/mac/carbon/listctrl_mac.cpp +++ b/src/mac/carbon/listctrl_mac.cpp @@ -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);