]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/listctrl.h
indentation cleanup, unused variables, constant expressions, etc
[wxWidgets.git] / include / wx / palmos / listctrl.h
index 1ad47caae04e471608cd7398e300c70eb1d2ab68..43a0883441969c36c2b3430d1d54a49e81d31a41 100644 (file)
@@ -166,7 +166,8 @@ public:
     long GetItemData(long item) const ;
 
     // Sets the item data
-    bool SetItemData(long item, long data) ;
+    bool SetItemPtrData(long item, wxUIntPtr data);
+    bool SetItemData(long item, long data) { return SetItemPtrData(item, data); }
 
     // Gets the item rectangle
     bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;