]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stream.h
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git] / include / wx / stream.h
index a6ab789df508bd878b99efccbfd9d8598002ffeb..7004ab2359457dca43d9b4934815b1ddd26a1b66 100644 (file)
@@ -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
 // ---------------------------------------------------------------------------