mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Dictionary optimalization
This commit is contained in:
@ -802,7 +802,7 @@ PDFObject PDFParser::getObject()
|
||||
// Second value should be a value
|
||||
PDFObject object = getObject();
|
||||
|
||||
dictionary->addEntry(std::move(key), std::move(object));
|
||||
dictionary->addEntry(PDFInplaceOrMemoryString(std::move(key)), std::move(object));
|
||||
}
|
||||
|
||||
// Now, we should reach dictionary end. If it is not the case, then end of stream occured.
|
||||
|
Reference in New Issue
Block a user