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
This commit is contained in:
@@ -3031,7 +3031,7 @@ WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxCharBuffer&);
|
||||
WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxWCharBuffer&);
|
||||
#endif
|
||||
|
||||
#endif // wxSTD_STRING_COMPATIBILITY
|
||||
#endif // wxUSE_STD_IOSTREAM
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// wxCStrData implementation
|
||||
|
||||
Reference in New Issue
Block a user