Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2422 - (hide annotations) (download)
Thu Mar 13 07:38:36 2014 UTC (10 years, 2 months ago) by niro
File size: 340 byte(s)
-fix build with gcc-4.8
1 niro 2422 --- 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