Package: kbibtex Version: 0.1.5-1 Severity: serious Tags: patch diff -Nru /tmp/0i8WMzGVxX/kbibtex-0.1.5/src/fileimporter.h /tmp/EJJ9cTBsOp/kbibtex-0.1.5/src/fileimporter.h --- /tmp/0i8WMzGVxX/kbibtex-0.1.5/src/fileimporter.h 2006-09-25 20:54:18.000000000 +0000 +++ /tmp/EJJ9cTBsOp/kbibtex-0.1.5/src/fileimporter.h 2006-10-26 16:51:48.000000000 +0000 @@ -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; };
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]