summaryrefslogtreecommitdiff
path: root/strigi/gcc48.patch
diff options
context:
space:
mode:
Diffstat (limited to 'strigi/gcc48.patch')
-rw-r--r--strigi/gcc48.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/strigi/gcc48.patch b/strigi/gcc48.patch
new file mode 100644
index 00000000..ed60e4fb
--- /dev/null
+++ b/strigi/gcc48.patch
@@ -0,0 +1,12 @@
+--- 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;
+