X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f19c82dd2a64a6317ee05527710638c4dffbcf0f..8173fefe0a9d61cfe5244a301044aa2269bc1c31:/contrib/src/xml/xmlbinz.cpp?ds=sidebyside diff --git a/contrib/src/xml/xmlbinz.cpp b/contrib/src/xml/xmlbinz.cpp index db42f205ca..2a0cce9df7 100644 --- a/contrib/src/xml/xmlbinz.cpp +++ b/contrib/src/xml/xmlbinz.cpp @@ -32,7 +32,7 @@ bool wxXmlIOHandlerBinZ::CanLoad(wxInputStream& stream) { bool canread; - canread = (ReadHeader(stream) == _T("XMLBINZ")); + canread = (ReadHeader(stream) == wxT("XMLBINZ")); stream.SeekI(-9, wxFromCurrent); return canread; }