aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2024-01-08 12:49:21 +0100
committerm-holger <m-holger@kubitscheck.org>2024-01-08 12:54:33 +0100
commit8715d6a69389646a1dfd224f618ee6af4e487a1b (patch)
tree8534d138db4f9f355dca4bd65c520bec479bb104 /include
parent5641832e54e347c2c33e9304d96cca450eb305ed (diff)
downloadqpdf-8715d6a69389646a1dfd224f618ee6af4e487a1b.tar.zst
Tweak QPDF::replaceObject
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 9ab3ae3f..a836c3c9 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1038,7 +1038,7 @@ class QPDF
QPDFObjectHandle makeIndirectFromQPDFObject(std::shared_ptr<QPDFObject> const& obj);
bool isCached(QPDFObjGen const& og);
bool isUnresolved(QPDFObjGen const& og);
- void removeObject(QPDFObjGen const& og);
+ void removeObject(QPDFObjGen og);
void updateCache(
QPDFObjGen const& og,
std::shared_ptr<QPDFObject> const& object,