Magellan Linux

Contents of /trunk/strigi/patches/strigi-0.7.8-gcc48.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2422 - (show annotations) (download)
Thu Mar 13 07:38:36 2014 UTC (10 years, 1 month ago) by niro
File size: 340 byte(s)
-fix build with gcc-4.8
1 --- a/include/strigi/bufferedstream.h
2 +++ b/include/strigi/bufferedstream.h
3 @@ -34,7 +34,7 @@
4 * BufferedStream will do the rest.
5 */
6 template <class T>
7 -class BufferedStream : public StreamBase<T> {
8 +class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
9 private:
10 StreamBuffer<T> buffer;
11 bool finishedWritingToBuffer;
12