]> git.saurik.com Git - wxWidgets.git/commit
removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2002 23:53:47 +0000 (23:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2002 23:53:47 +0000 (23:53 +0000)
commit8a9d5e5a7321ab71ad690ec98f374bf2b28148b9
treeee18077aa9eda4f9c5b84d636d520d3b1c416098
parent9cf8de4c742b21548661d5a4b3a380e9eae18080
removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent with wxArray::Alloc() and wxString::Alloc()

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