This commit is contained in:
Svetlana Kulikova
2025-01-30 15:27:33 +03:00
parent a97014c173
commit b46df522e9
7 changed files with 47 additions and 4 deletions

View File

@ -669,7 +669,7 @@ namespace PdfWriter
pXref->Add((CObjectBase*)this);
pXref->Add((CObjectBase*)pLength);
Add("Length", (CObjectBase*)pLength);
Add("Length", pLength);
}
m_pStream = pStream;