From b02ba2182c6e5a9ebfd979f01b0734f64f31b439 Mon Sep 17 00:00:00 2001 From: Markus Brueffer Date: Tue, 27 Mar 2007 20:40:37 +0000 Subject: Fix build with gcc 4.1 Submitted by: pointyhat via kris --- databases/kbibtex/files/patch-src-fileimporter.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 databases/kbibtex/files/patch-src-fileimporter.h (limited to 'databases') diff --git a/databases/kbibtex/files/patch-src-fileimporter.h b/databases/kbibtex/files/patch-src-fileimporter.h new file mode 100644 index 000000000000..4823f7196052 --- /dev/null +++ b/databases/kbibtex/files/patch-src-fileimporter.h @@ -0,0 +1,11 @@ +--- src/fileimporter.h.orig Mon Mar 26 20:15:05 2007 ++++ src/fileimporter.h Mon Mar 26 20:15:33 2007 +@@ -39,7 +39,7 @@ + ~FileImporter(); + + File* load ( const QString& text ); +- virtual File* load( QIODevice *iodevice ) = NULL; ++ virtual File* load( QIODevice *iodevice ) = 0; + + static bool guessCanDecode( const QString & ) { return FALSE; }; + -- cgit