]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
don't use GetParent() in GetParentForModalDialog() itself as it can be called before...
[wxWidgets.git] / include / wx / listbase.h
index ebbe9469654790a3170bc1029a57003a644b9f21..ef32584e180ba3980a9153e91a9330ebc40004b9 100644 (file)
@@ -22,7 +22,8 @@
 // ----------------------------------------------------------------------------
 
 // type of compare function for wxListCtrl sort operation
-typedef int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData);
+typedef
+int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, wxIntPtr sortData);
 
 // ----------------------------------------------------------------------------
 // wxListCtrl constants