fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointe...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Oct 2007 00:01:59 +0000 (00:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Oct 2007 00:01:59 +0000 (00:01 +0000)
commit7a906e1a2125a3db29b9777ad2384485d2f78ea4
tree6ca52c80c6e3b295dd5978a26bdf1a4840a49e15
parent6919e3bb38397d1d01f3b7a180287ef52caf45cd
fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build

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