X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed58dbeab64d18a0f869ea8e1610a0a88ad7b22c..412e4edfb1174c68fab706abdf735b1ca6fe56f2:/include/wx/mstream.h diff --git a/include/wx/mstream.h b/include/wx/mstream.h index 7a71e8059a..85e0b30e35 100644 --- a/include/wx/mstream.h +++ b/include/wx/mstream.h @@ -15,7 +15,7 @@ #if wxUSE_STREAMS -class wxMemoryInputStream: public wxInputStream { +class WXDLLEXPORT wxMemoryInputStream: public wxInputStream { private: size_t m_length; @@ -37,7 +37,7 @@ class wxMemoryInputStream: public wxInputStream { off_t OnSysTell() const; }; -class wxMemoryOutputStream: public wxOutputStream { +class WXDLLEXPORT wxMemoryOutputStream: public wxOutputStream { public: wxMemoryOutputStream(char *data = NULL, size_t length = 0); virtual ~wxMemoryOutputStream();