mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
DocPage Organize: Regroup actions
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user