changed wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Feb 2007 15:19:16 +0000 (15:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Feb 2007 15:19:16 +0000 (15:19 +0000)
commit001ad728a48bcfc7a763027b41f10ba1a25ce276
tree54717f88307ffe4bd7da787bbcac65dd798d1e45
parent701bc6cab55bc341f7fdc79eb3d2b5392fc06e6d
changed wxArrayString::m_pItems from wxChar* to const wxChar*, the strings are not modified by the class

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