]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbase.h
Add some basic tests for wxDataViewCtrl selection handling.
[wxWidgets.git] / include / wx / listbase.h
index 34ae2764992c577b30ec113f6d080f3c5febe7cb..287ce790d6a623cf70790b0809c51b53e0187e3b 100644 (file)
@@ -23,7 +23,7 @@
 
 // type of compare function for wxListCtrl sort operation
 typedef
-int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, wxIntPtr sortData);
+int (wxCALLBACK *wxListCtrlCompare)(wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData);
 
 // ----------------------------------------------------------------------------
 // wxListCtrl constants