X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/mstream.h?ds=sidebyside diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 1f9a8aea9f..fca461b5dc 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -16,7 +16,7 @@ #if wxUSE_STREAMS -class WXDLLEXPORT_BASE wxMemoryInputStream : public wxInputStream +class WXDLLIMPEXP_BASE wxMemoryInputStream : public wxInputStream { public: wxMemoryInputStream(const void *data, size_t length); @@ -44,7 +44,7 @@ private: DECLARE_NO_COPY_CLASS(wxMemoryInputStream) }; -class WXDLLEXPORT_BASE wxMemoryOutputStream : public wxOutputStream +class WXDLLIMPEXP_BASE wxMemoryOutputStream : public wxOutputStream { public: // if data is !NULL it must be allocated with malloc()