]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
do use the font in DoGetTextExtent()
[wxWidgets.git] / src / msw / listctrl.cpp
index 12870a32fa8934b90cc3608e5b479d8fe312a7b4..db616b8940ab35ac3126ff028e46c4486c6bed26 100644 (file)
@@ -948,7 +948,7 @@ wxUIntPtr wxListCtrl::GetItemData(long item) const
 }
 
 // Sets the item data
-bool wxListCtrl::SetItemData(long item, long data)
+bool wxListCtrl::SetItemPtrData(long item, wxUIntPtr data)
 {
     wxListItem info;