dc8d794208
This patch exports a class with STRIGI_EXPORT that wasn't exported before.
13 lines
585 B
Diff
13 lines
585 B
Diff
diff -u -r strigi-0.7.8/libstreams/include/strigi/bufferedstream.h strigi-0.7.8_new/libstreams/include/strigi/bufferedstream.h
|
|
--- strigi-0.7.8/libstreams/include/strigi/bufferedstream.h 2013-02-05 13:34:57.000000000 -0800
|
|
+++ strigi-0.7.8_new/libstreams/include/strigi/bufferedstream.h 2013-07-14 17:01:54.000000000 -0700
|
|
@@ -34,7 +34,7 @@
|
|
* BufferedStream will do the rest.
|
|
*/
|
|
template <class T>
|
|
-class BufferedStream : public StreamBase<T> {
|
|
+class STRIGI_EXPORT BufferedStream : public StreamBase<T> {
|
|
private:
|
|
StreamBuffer<T> buffer;
|
|
bool finishedWritingToBuffer;
|