summaryrefslogtreecommitdiff
path: root/databases/kbibtex
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-03-27 20:40:37 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-03-27 20:40:37 +0000
commitb02ba2182c6e5a9ebfd979f01b0734f64f31b439 (patch)
tree806498c81ae57bb43833ce2c2c4da74379020a96 /databases/kbibtex
parent- Update to version 3.0 (diff)
Fix build with gcc 4.1
Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=188591
Diffstat (limited to 'databases/kbibtex')
-rw-r--r--databases/kbibtex/files/patch-src-fileimporter.h11
1 files changed, 11 insertions, 0 deletions
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; };
+