summaryrefslogtreecommitdiff
blob: f525a71627a6123a6204411e56e198cd94c8d092 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libstreams/include/strigi/bufferedstream.h
+++ libstreams/include/strigi/bufferedstream.h
@@ -34,7 +34,7 @@
  * BufferedStream will do the rest.
  */
 template <class T>
-class BufferedStream : public StreamBase<T> {
+class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
 private:
     StreamBuffer<T> buffer;
     bool finishedWritingToBuffer;