mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Handling object reference streams
This commit is contained in:
@ -894,7 +894,7 @@ PDFObject PDFParser::getObject(PDFObjectReference reference)
|
||||
|
||||
void PDFParser::error(const QString& message) const
|
||||
{
|
||||
throw new PDFParserException(message);
|
||||
throw PDFParserException(message);
|
||||
}
|
||||
|
||||
void PDFParser::seek(PDFInteger offset)
|
||||
|
Reference in New Issue
Block a user