core/strigi/gcc48.patch
2013-06-19 21:36:31 +00:00

13 lines
340 B
Diff

--- 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;