void-packages/srcpkgs/strigi/patches/gcc48.patch
2014-07-03 15:29:13 +02:00

13 lines
358 B
Diff

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