aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_encryption.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-06-14 17:22:04 +0200
committerJay Berkenbilt <ejb@ql.org>2013-06-14 20:58:08 +0200
commitd88231e01ec3083fa99363efcd5b049fb1663a6c (patch)
treeaed73fa266399695e375ad98b83afa753513fdde /libqpdf/QPDF_encryption.cc
parent690d6031db96e3b823615632b702d4efe2e31f9a (diff)
downloadqpdf-d88231e01ec3083fa99363efcd5b049fb1663a6c.tar.zst
Promote QPDF::ObjGen to top-level object QPDFObjGen
Diffstat (limited to 'libqpdf/QPDF_encryption.cc')
-rw-r--r--libqpdf/QPDF_encryption.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc
index 022ee9a4..51ed3072 100644
--- a/libqpdf/QPDF_encryption.cc
+++ b/libqpdf/QPDF_encryption.cc
@@ -1202,7 +1202,7 @@ QPDF::decryptStream(Pipeline*& pipeline, int objid, int generation,
else
{
if (this->attachment_streams.count(
- ObjGen(objid, generation)) > 0)
+ QPDFObjGen(objid, generation)) > 0)
{
method = this->cf_file;
}