From f99e0af49c969529f36f287e23d4e178c40e8c4a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 31 Jan 2022 07:32:19 -0500 Subject: QPDFJob: rename function that returns job schema --- include/qpdf/QPDFJob.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index 77ef6068..bc8c3b9e 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -376,7 +376,7 @@ class QPDFJob // Provide a string that is the help information for the version 1 // of JSON format for QPDFJob. QPDF_DLL - static std::string json_job_schema_v1(); + static std::string job_json_schema_v1(); private: struct RotationSpec -- cgit v1.2.3-54-g00ecf