aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFObjectHandle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDFObjectHandle.cc')
-rw-r--r--libqpdf/QPDFObjectHandle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDFObjectHandle.cc b/libqpdf/QPDFObjectHandle.cc
index d4a75fae..8a38352f 100644
--- a/libqpdf/QPDFObjectHandle.cc
+++ b/libqpdf/QPDFObjectHandle.cc
@@ -2596,7 +2596,7 @@ QPDFObjectHandle::dereference()
return false;
}
if (this->obj->isUnresolved()) {
- this->obj = QPDF::Resolver::resolve(this->qpdf, getObjGen());
+ QPDF::Resolver::resolve(this->qpdf, getObjGen());
}
return true;
}