]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compat...
[wxWidgets.git] / docs / changes.txt
index c25f3149a5ba3aa784fe01168d0d55fb1ac3a99d..0a8aa80c388b9648fd293585e4ce6b099e5d69ea 100644 (file)
@@ -227,7 +227,7 @@ Changes in behaviour which may result in compilation errors
   be vetoed any more, use the new wxEVT_GRID_CELL_CHANGING event to do it.
 
 - wxListCtrlCompare function used with wxListCtrl::SortItems() must now declare
-  its third parameter as wxUIntPtr and not long (this allows passing pointers
+  its third parameter as wxIntPtr and not long (this allows passing pointers
   to it under 64 bit platforms too).
 
 - Global wxPendingEvents and wxPendingEventsLocker objects were removed.