summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_optimization.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_optimization.cc')
-rw-r--r--libqpdf/QPDF_optimization.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/libqpdf/QPDF_optimization.cc b/libqpdf/QPDF_optimization.cc
index 6102d4d7..1a7bac11 100644
--- a/libqpdf/QPDF_optimization.cc
+++ b/libqpdf/QPDF_optimization.cc
@@ -246,9 +246,9 @@ QPDF::optimizePagesTree(
{
if (! allow_changes)
{
- throw QPDFExc(qpdf_e_internal, this->file.getName(),
+ throw QPDFExc(qpdf_e_internal, this->file->getName(),
this->last_object_description,
- this->file.getLastOffset(),
+ this->file->getLastOffset(),
"optimize detected an "
"inheritable resource when called "
"in no-change mode");
@@ -354,9 +354,9 @@ QPDF::optimizePagesTree(
}
else
{
- throw QPDFExc(qpdf_e_damaged_pdf, this->file.getName(),
+ throw QPDFExc(qpdf_e_damaged_pdf, this->file->getName(),
this->last_object_description,
- this->file.getLastOffset(),
+ this->file->getLastOffset(),
"invalid Type in page tree");
}
}