Commit f99e0af49c969529f36f287e23d4e178c40e8c4a
1 parent
9e3b321b
QPDFJob: rename function that returns job schema
Showing
4 changed files
with
4 additions
and
4 deletions
include/qpdf/QPDFJob.hh
| ... | ... | @@ -376,7 +376,7 @@ class QPDFJob |
| 376 | 376 | // Provide a string that is the help information for the version 1 |
| 377 | 377 | // of JSON format for QPDFJob. |
| 378 | 378 | QPDF_DLL |
| 379 | - static std::string json_job_schema_v1(); | |
| 379 | + static std::string job_json_schema_v1(); | |
| 380 | 380 | |
| 381 | 381 | private: |
| 382 | 382 | struct RotationSpec | ... | ... |
libqpdf/QPDFJob.cc
libqpdf/QPDFJob_argv.cc
libqpdf/QPDFJob_json.cc