aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/auto_job_c_uo.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/auto_job_c_uo.hh')
-rw-r--r--include/qpdf/auto_job_c_uo.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/auto_job_c_uo.hh b/include/qpdf/auto_job_c_uo.hh
index 4e4afd49..a02cd1f8 100644
--- a/include/qpdf/auto_job_c_uo.hh
+++ b/include/qpdf/auto_job_c_uo.hh
@@ -3,7 +3,7 @@
// Edits will be automatically overwritten if the build is
// run in maintainer mode.
//
-QPDF_DLL UOConfig& to(char const* parameter);
-QPDF_DLL UOConfig& from(char const* parameter);
-QPDF_DLL UOConfig& repeat(char const* parameter);
-QPDF_DLL UOConfig& password(char const* parameter);
+QPDF_DLL UOConfig* to(char const* parameter);
+QPDF_DLL UOConfig* from(char const* parameter);
+QPDF_DLL UOConfig* repeat(char const* parameter);
+QPDF_DLL UOConfig* password(char const* parameter);