aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-11-20 16:15:04 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-11-20 18:07:22 +0100
commit3e3b79a774a294ca2020a7bad8ee6ddd2c0179de (patch)
tree3bfad2bfd652e80ef32dcaa91d33644cafb8b576 /include/qpdf/QPDFObjectHandle.hh
parent3efd6657039eeb5a33b01b9bd07ba3d5875f5b64 (diff)
downloadqpdf-3e3b79a774a294ca2020a7bad8ee6ddd2c0179de.tar.zst
Remove redundant parameter first_level_only from QPDFObjectHandle::shallowCopyInternal2 and copyObject2
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index e4e8d753..df6c0742 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1628,8 +1628,8 @@ class QPDFObjectHandle
void objectWarning(std::string const& warning);
void assertType(char const* type_name, bool istype);
bool dereference();
- void copyObject1(std::set<QPDFObjGen>& visited, bool first_level_only);
- void shallowCopyInternal1(QPDFObjectHandle& oh, bool first_level_only);
+ void copyObject1(std::set<QPDFObjGen>& visited);
+ void shallowCopyInternal1(QPDFObjectHandle& oh);
void copyObject(
std::set<QPDFObjGen>& visited,
bool cross_indirect,