]> git.saurik.com Git - wxWidgets.git/commit
fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2007 00:16:58 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Sep 2007 00:16:58 +0000 (00:16 +0000)
commitd16d0917e40c083349e2a98a405433ade3e6f2c4
tree39751ad612605d9afe1d391d3638d4997be6c8b4
parente20d1329b5feb2d782869d93222fd43e37241e28
fix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introduction of wxMBConvStrictUTF8: as it overrides From/ToWChar(), wxMBConvUTF8 needs to do it (instead of deprecated MB2WC/WC2MB) as well

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