aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDFObject_private.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDFObject_private.hh')
-rw-r--r--libqpdf/qpdf/QPDFObject_private.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/libqpdf/qpdf/QPDFObject_private.hh b/libqpdf/qpdf/QPDFObject_private.hh
index 447743fc..2efda859 100644
--- a/libqpdf/qpdf/QPDFObject_private.hh
+++ b/libqpdf/qpdf/QPDFObject_private.hh
@@ -70,9 +70,10 @@ class QPDFObject
}
void
- setDescription(QPDF* qpdf, std::string const& description)
+ setDescription(
+ QPDF* qpdf, std::string const& description, qpdf_offset_t offset = -1)
{
- return value->setDescription(qpdf, description);
+ return value->setDescription(qpdf, description, offset);
}
bool
getDescription(QPDF*& qpdf, std::string& description)