mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Dictionary optimalization
This commit is contained in:
@ -145,7 +145,7 @@ void PDFWriteObjectVisitor::visitDictionary(const PDFDictionary* dictionary)
|
||||
|
||||
for (size_t i = 0, count = dictionary->getCount(); i < count; ++i)
|
||||
{
|
||||
writeName(dictionary->getKey(i));
|
||||
writeName(dictionary->getKey(i).getString());
|
||||
dictionary->getValue(i).accept(this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user