From f2409f4fca3ace5627e7166f9c27167aab869f2a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 15:46:02 -0500 Subject: Minor cleanup --- include/qpdf/QPDFJob.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index 1763efac..46ec3d5a 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -192,8 +192,8 @@ class QPDFJob public: QPDF_DLL PagesConfig& pageSpec(std::string const& filename, - char const* password, - std::string const& range); + std::string const& range, + char const* password = nullptr); # include -- cgit v1.2.3-54-g00ecf