diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-03-27 20:40:37 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-03-27 20:40:37 +0000 |
commit | b02ba2182c6e5a9ebfd979f01b0734f64f31b439 (patch) | |
tree | 806498c81ae57bb43833ce2c2c4da74379020a96 /databases/kbibtex | |
parent | b6cc02a223fb7f834db802bdfdefd12117db89af (diff) |
Notes
Diffstat (limited to 'databases/kbibtex')
-rw-r--r-- | databases/kbibtex/files/patch-src-fileimporter.h | 11 |
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; }; + |