X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..523050b607cfb5e6f9dfcb1544eb4f49ec1978cd:/contrib/include/wx/xml/xml.h diff --git a/contrib/include/wx/xml/xml.h b/contrib/include/wx/xml/xml.h index 45aedba49f..c9d8549ec3 100644 --- a/contrib/include/wx/xml/xml.h +++ b/contrib/include/wx/xml/xml.h @@ -21,12 +21,12 @@ #include "wx/list.h" -class wxXmlNode; -class wxXmlProperty; -class wxXmlDocument; -class wxXmlIOHandler; -class wxInputStream; -class wxOutputStream; +class WXDLLEXPORT wxXmlNode; +class WXDLLEXPORT wxXmlProperty; +class WXDLLEXPORT wxXmlDocument; +class WXDLLEXPORT wxXmlIOHandler; +class WXDLLEXPORT wxInputStream; +class WXDLLEXPORT wxOutputStream; // Represents XML node type. @@ -184,8 +184,6 @@ class WXDLLEXPORT wxXmlDocument : public wxObject bool Load(wxInputStream& stream, wxXmlIOType io_type = wxXML_IO_AUTO); // Saves document as .xml file. - // NOTE: Any call to this method will result into linking against libxml - // and app's binary size will grow by ca. 250kB bool Save(const wxString& filename, wxXmlIOType io_type) const; bool Save(wxOutputStream& stream, wxXmlIOType io_type) const;