From d88231e01ec3083fa99363efcd5b049fb1663a6c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 14 Jun 2013 11:22:04 -0400 Subject: Promote QPDF::ObjGen to top-level object QPDFObjGen --- libqpdf/QPDF_encryption.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF_encryption.cc') 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; } -- cgit v1.2.3-54-g00ecf