summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 21:46:02 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitf2409f4fca3ace5627e7166f9c27167aab869f2a (patch)
tree0154c15671fcfe6757dd1401fe7f40fff6580e60 /include
parent59b775104a4b80aba836163c1530e4117c3ad4bd (diff)
downloadqpdf-f2409f4fca3ace5627e7166f9c27167aab869f2a.tar.zst
Minor cleanup
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh4
1 files changed, 2 insertions, 2 deletions
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 <qpdf/auto_job_c_pages.hh>