X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24e148adbe79d7c911086f5d4fa46e94d7ced003..ab79958a7fdd0ad585436abefa5a49568a2d8122:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index a6ab789df5..7004ab2359 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -149,7 +149,7 @@ public: // A stream for measuring streamed output // --------------------------------------------------------------------------- -class wxCountingOutputStream: public wxOutputStream +class WXDLLEXPORT wxCountingOutputStream: public wxOutputStream { public: wxCountingOutputStream(); @@ -165,7 +165,6 @@ protected: size_t m_currentPos; }; - // --------------------------------------------------------------------------- // "Filter" streams // ---------------------------------------------------------------------------