]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
do use the font in DoGetTextExtent()
[wxWidgets.git] / src / msw / listctrl.cpp
index f5a5554c9e66d9e5dc39b4d6b54160adf26895b2..db616b8940ab35ac3126ff028e46c4486c6bed26 100644 (file)
@@ -205,7 +205,7 @@ public:
    {
        if (attr)
            delete attr;
-   };
+   }
 
     DECLARE_NO_COPY_CLASS(wxListItemInternalData)
 };
@@ -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;