]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/listctrl_mac.cpp
wrong override params
[wxWidgets.git] / src / osx / carbon / listctrl_mac.cpp
index 7002c7abaebaa2575c9e0d8e446540e28d37ca80..d2e4faf977cc7f504e3f2d4fc77d7d95cf5fdad4 100644 (file)
@@ -2205,7 +2205,7 @@ bool wxListCtrl::ScrollList(int dx, int dy)
 }
 
 
-bool wxListCtrl::SortItems(wxListCtrlCompare fn, wxUIntPtr data)
+bool wxListCtrl::SortItems(wxListCtrlCompare fn, wxIntPtr data)
 {
     if (m_genericImpl)
         return m_genericImpl->SortItems(fn, data);