mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 23:37:14 +08:00
13 lines
340 B
Diff
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;
|
||
|
|