git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35492
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
mounted.Sort(CompareFcn);
// apply list from bottom to top to preserve indexes if removing items.
- size_t iList = list.GetCount()-1;
- for (size_t iMounted = mounted.GetCount()-1; iMounted >= 0 && iList >= 0; iMounted--)
+ ssize_t iList = list.GetCount()-1;
+ for (ssize_t iMounted = mounted.GetCount()-1; iMounted >= 0 && iList >= 0; iMounted--)
{
int compare;
wxString all(list[iList]);
#endif // wxUSE_GUI
#endif // wxUSE_FSVOLUME
-