From 9c723aeb56351e20203f0c0058e5f718f44dee22 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 9 Jan 2024 13:25:04 -0500 Subject: Allow --file with --overlay and --underlay --- include/qpdf/QPDFJob.hh | 2 -- include/qpdf/auto_job_c_uo.hh | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index 443fa75c..d2028b0a 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -266,8 +266,6 @@ class QPDFJob public: QPDF_DLL Config* endUnderlayOverlay(); - QPDF_DLL - UOConfig* file(std::string const& parameter); #include diff --git a/include/qpdf/auto_job_c_uo.hh b/include/qpdf/auto_job_c_uo.hh index e9894730..547ecf3f 100644 --- a/include/qpdf/auto_job_c_uo.hh +++ b/include/qpdf/auto_job_c_uo.hh @@ -5,6 +5,7 @@ // // clang-format off // +QPDF_DLL UOConfig* file(std::string const& parameter); QPDF_DLL UOConfig* to(std::string const& parameter); QPDF_DLL UOConfig* from(std::string const& parameter); QPDF_DLL UOConfig* repeat(std::string const& parameter); -- cgit v1.2.3-70-g09d2