use size_t instead of unsigned int to avoid MSVC warnings about converting the former...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Nov 2007 14:28:54 +0000 (14:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Nov 2007 14:28:54 +0000 (14:28 +0000)
commit1b6d87d08ead7ab5a517d8dae42990417b2d1748
tree2f03a5fbde957239bde19359e0b5044d1a6b257e
parent0d61c16786d7971f1a0d61f3d0f79cfbba8231b2
use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64

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