DocPage Organize: Regroup actions

This commit is contained in:
Jakub Melka
2021-07-31 18:14:47 +02:00
parent edcd992697
commit 089f7244f0
14 changed files with 1058 additions and 8 deletions

View File

@ -343,7 +343,7 @@ PDFDocumentManipulator::ProcessedPages PDFDocumentManipulator::collectObjectsAnd
auto referenceIt = references.begin();
for (auto currentIt = it; currentIt != itEnd; ++currentIt, ++referenceIt)
{
it->second = *referenceIt;
currentIt->second = *referenceIt;
}
}