From: Stefan Neis Date: Sat, 14 Mar 2009 18:41:18 +0000 (+0000) Subject: Sorry, needed to fix typo in previous commit. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c6a9c07cdad9e94081e8ca50c49653d09202db80 Sorry, needed to fix typo in previous commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/arrstr.cpp b/src/common/arrstr.cpp index 81252acc0b..862519fe33 100644 --- a/src/common/arrstr.cpp +++ b/src/common/arrstr.cpp @@ -206,7 +206,7 @@ void wxArrayString::Shrink() pNew[j] = m_pItems[j]; delete [] m_pItems; m_pItems = pNew; - m_nSize = m_nCount + m_nSize = m_nCount; } }