]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/zstream.cpp
more IRIX support
[wxWidgets.git] / src / common / zstream.cpp
index 8bb5c54c4bf3b566580814d631f153de8a205e5e..1090d6b3a297a148961138b65ca8b7eaf6219627 100644 (file)
@@ -138,7 +138,7 @@ wxZlibOutputStream::~wxZlibOutputStream()
   err = deflate(m_deflate, Z_FINISH);
   if (err != Z_STREAM_END) 
   {
-    wxLogDebug( T("wxZlibOutputStream: an error occured while closing the stream.\n") );
+    wxLogDebug( wxT("wxZlibOutputStream: an error occured while closing the stream.\n") );
     return;
   }