aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2024-01-08 14:35:18 +0100
committerGitHub <noreply@github.com>2024-01-08 14:35:18 +0100
commit8ba968bd86a34ee09fb9e463381be10286fefabb (patch)
tree8534d138db4f9f355dca4bd65c520bec479bb104 /include
parent1d96af8b9f72f66d48b77c5232b3e4d38d6683ca (diff)
parent8715d6a69389646a1dfd224f618ee6af4e487a1b (diff)
downloadqpdf-8ba968bd86a34ee09fb9e463381be10286fefabb.tar.zst
Merge pull request #1112 from m-holger/gcog
Tweaks to QPDF::read_xref, removeObject and getCompressibleObjGens
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 5ae01770..a836c3c9 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -1038,6 +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 og);
void updateCache(
QPDFObjGen const& og,
std::shared_ptr<QPDFObject> const& object,