X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2bc1d69812f8fc3f6ae24508a9d007ad5d00ede..1718ef3b370df5c7fc6ff6a6ff6bb011e39b604f:/src/palmos/listctrl.cpp

diff --git a/src/palmos/listctrl.cpp b/src/palmos/listctrl.cpp
index 5d7bdf5371..a2c4920eab 100644
--- a/src/palmos/listctrl.cpp
+++ b/src/palmos/listctrl.cpp
@@ -283,7 +283,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)
 {
     return false;
 }