From 9da50ca3601ee58c2ccceaa5d430b56a1ab27306 Mon Sep 17 00:00:00 2001 From: m-holger Date: Mon, 19 Dec 2022 11:41:09 +0000 Subject: Change olist variable in QPDFParser::parse to vector> --- include/qpdf/QPDFObjectHandle.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index cfd19ea9..00bfb45c 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1608,12 +1608,12 @@ class QPDFObjectHandle QPDF_DLL bool isImage(bool exclude_imagemask = true); - private: QPDFObjectHandle(std::shared_ptr const& obj) : obj(obj) { } + private: QPDF_Array* asArray(); QPDF_Bool* asBool(); QPDF_Dictionary* asDictionary(); -- cgit v1.2.3-70-g09d2