]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listctrl.cpp
return updated wxFONT*_* values
[wxWidgets.git] / src / palmos / listctrl.cpp
index 5d7bdf5371cac33dc640d5310aa762e153a657fc..a2c4920eab71707d58cac23e479702d896f1f2ea 100644 (file)
@@ -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;
 }