summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTobias Hoffmann <thobi@worker>2012-06-18 22:46:19 +0200
committerJay Berkenbilt <ejb@ql.org>2012-06-21 21:01:02 +0200
commit47a846a7e0bad4d1176c2c372618576987d4ce24 (patch)
tree992e7f90b55ce781ecc87c0e5df422616f9c17b2 /include
parent3b413ca87c85d3587715bab67f843e846c63cebb (diff)
downloadqpdf-47a846a7e0bad4d1176c2c372618576987d4ce24.tar.zst
Added method to clear pages cache.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index a4a06c8f..048bad47 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -344,6 +344,9 @@ class QPDF
QPDF_DLL
std::vector<QPDFObjectHandle> const& getAllPages();
+ QPDF_DLL
+ void clearPagesCache();
+
// Resolver class is restricted to QPDFObjectHandle so that only
// it can resolve indirect references.
class Resolver