aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-09-26 19:27:25 +0200
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-19 20:10:42 +0100
commitb3d71e1f58aa767dfa8eac3e723ecc164131f306 (patch)
tree8b9f4743bac361e0846245a609fa3266d4588e20 /include
parent486c273a4fcd2f11353f262bd595ad7fb31158dd (diff)
downloadqpdf-b3d71e1f58aa767dfa8eac3e723ecc164131f306.tar.zst
Add private overload of QPDF::makeIndirectObject taking a QPDFObject shared_ptr
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 3bda477f..54630a62 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1187,6 +1187,7 @@ class QPDF
QPDFObjectHandle reserveStream(QPDFObjGen const& og);
QPDFObjectHandle
newIndirect(QPDFObjGen const&, std::shared_ptr<QPDFObject> const&);
+ QPDFObjectHandle makeIndirectObject(std::shared_ptr<QPDFObject> const& obj);
bool isCached(QPDFObjGen const& og);
bool isUnresolved(QPDFObjGen const& og);
void updateCache(