]> git.saurik.com Git - wxWidgets.git/commit
Allow shrinking the array with wxArray::resize().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 May 2013 13:05:40 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 May 2013 13:05:40 +0000 (13:05 +0000)
commitbed4928779cd4f4878cd42e1cc520e6a93022d00
tree93c3fcf02454f843460c4b2bbf77ac831f3b59c4
parent7cda2aab67917c9dc2f2eeb87b2571a6a46ed22a
Allow shrinking the array with wxArray::resize().

This method did nothing if its argument was less than the current array size,
as it was just a synonym for SetSize() which was documented to behave like
this, but this was inconsistent with std::vector and wxVector resize() which
does shrink the array, so change wxArray version to shrink it too.

Closes #15195.

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