mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Linux compilation fix
This commit is contained in:
@ -907,7 +907,7 @@ void PDFPageContentStreamBuilder::replaceResources(PDFObjectReference contentStr
|
||||
{
|
||||
// Jakub Melka: we must rename the item
|
||||
QByteArray newSubkeyString = subkeyString;
|
||||
PDFInteger k = 0;
|
||||
int k = 0;
|
||||
while (oldSd->hasKey(newSubkeyString))
|
||||
{
|
||||
newSubkeyString = subkeyString + "_" + QByteArray::number(++k);
|
||||
|
Reference in New Issue
Block a user