strigi: add patch for gcc>=4.8 via Arch.

This commit is contained in:
Juan RP 2014-07-03 15:25:52 +02:00
parent 93b95dc6ae
commit a20afcbb2c

View file

@ -0,0 +1,12 @@
--- include/strigi/bufferedstream.h
+++ 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;