X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..aef82f12c833f22b22d4a1ffb09261569d1fe1e8:/src/common/zstream.cpp?ds=inline diff --git a/src/common/zstream.cpp b/src/common/zstream.cpp index 4e896e2fd8..90d3338161 100644 --- a/src/common/zstream.cpp +++ b/src/common/zstream.cpp @@ -133,7 +133,7 @@ wxZlibOutputStream::~wxZlibOutputStream() err = deflate(m_deflate, Z_FINISH); if (err != Z_STREAM_END) { - wxLogDebug( "wxZlibOutputStream: an error occured while closing the stream.\n" ); + wxLogDebug( _T("wxZlibOutputStream: an error occured while closing the stream.\n") ); return; }