Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTRING build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:35 +0000 (21:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 May 2012 21:16:35 +0000 (21:16 +0000)
commitda94537c646dc63238dbadf0db004ac938293d65
treef73b799334c5e3484e4437614d02f712f6347c7d
parentee0fc51fe30bcc6c86265873c7c568d6ddcebd25
Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTRING build.

Don't rely on implicit wxString to "const char*" conversion in Replace().

Closes #14327.

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