X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2ab8671bf5433eee5862bfa723feb54e4d63e9f..a559d70856c65f8fd91d6e56c3e98c3828e18db7:/contrib/include/wx/xml/xml.h diff --git a/contrib/include/wx/xml/xml.h b/contrib/include/wx/xml/xml.h index c9d8549ec3..033a7240d3 100644 --- a/contrib/include/wx/xml/xml.h +++ b/contrib/include/wx/xml/xml.h @@ -168,7 +168,7 @@ class WXDLLEXPORT wxXmlNode class WXDLLEXPORT wxXmlDocument : public wxObject { public: - wxXmlDocument() : wxObject(), m_Version(_T("1.0")), m_Root(NULL) {} + wxXmlDocument() : wxObject(), m_Version(wxT("1.0")), m_Root(NULL) {} wxXmlDocument(const wxString& filename, wxXmlIOType io_type = wxXML_IO_AUTO); wxXmlDocument(wxInputStream& stream, wxXmlIOType io_type = wxXML_IO_AUTO); ~wxXmlDocument() { delete m_Root; }