From 6c61be00e8366d467e7e4c82a6d91a4d074a1181 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 5 Sep 2022 09:15:14 -0400 Subject: Rename QPDFObject -> QPDFValueProxy This is in preparation for restoring a QPDFObject.hh to ease the transition on qpdf_object_type_e. This commit was created by * Renaming QPDFObject.cc and QPDFObject.hh * Replacing QPDFObject\b with QPDFValueProxy (where \b is word boundary) * Running format-code * Manually resorting files in libqpdf/CMakeLists.txt * Manually refilling the comment in QPDF.hh near class Resolver --- libqpdf/QPDF_Unresolved.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqpdf/QPDF_Unresolved.cc') diff --git a/libqpdf/QPDF_Unresolved.cc b/libqpdf/QPDF_Unresolved.cc index f824a9a6..f72281c0 100644 --- a/libqpdf/QPDF_Unresolved.cc +++ b/libqpdf/QPDF_Unresolved.cc @@ -7,13 +7,13 @@ QPDF_Unresolved::QPDF_Unresolved(QPDF* qpdf, QPDFObjGen const& og) : { } -std::shared_ptr +std::shared_ptr QPDF_Unresolved::create(QPDF* qpdf, QPDFObjGen const& og) { return do_create(new QPDF_Unresolved(qpdf, og)); } -std::shared_ptr +std::shared_ptr QPDF_Unresolved::shallowCopy() { throw std::logic_error( -- cgit v1.2.3-54-g00ecf