use std::sort() instead of qsort() to implement wxArrayString::Sort(), this makes...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Aug 2008 19:40:20 +0000 (19:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Aug 2008 19:40:20 +0000 (19:40 +0000)
commiteaf6da074684bb26937905e8a0369009e2c03da2
tree28a6e8baddfaafe3a5a3df0b8df969c286a43c2c
parent0d0b57acec6b28eb5246ef467dfde2432a016e09
use std::sort() instead of qsort() to implement wxArrayString::Sort(), this makes it thread-safe without any extra hacks and also makes the code simpler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/arrstr.h
src/common/arrstr.cpp