core/strigi/gcc48.patch

13 lines
340 B
Diff
Raw Normal View History

--- a/include/strigi/bufferedstream.h
+++ b/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;