]> git.saurik.com Git - wxWidgets.git/commitdiff
Sorry, needed to fix typo in previous commit.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 14 Mar 2009 18:41:18 +0000 (18:41 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 14 Mar 2009 18:41:18 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/arrstr.cpp

index 81252acc0b0b7801075b2b5a169610104c8b2082..862519fe330d55b89b0f6f4c8db9c451fdd058d3 100644 (file)
@@ -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;
   }
 }