aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 2106a62c..0e4d8a2e 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -433,8 +433,7 @@ class QPDFJob
QPDF_DLL
static std::string json_out_schema(int version);
- QPDF_DLL
- [[deprecated("use json_out_schema(version)")]] static std::string
+ [[deprecated("use json_out_schema(version)")]] static std::string QPDF_DLL
json_out_schema_v1();
// Provide a string that is the help information for specified
@@ -442,8 +441,7 @@ class QPDFJob
QPDF_DLL
static std::string job_json_schema(int version);
- QPDF_DLL
- [[deprecated("use job_json_schema(version)")]] static std::string
+ [[deprecated("use job_json_schema(version)")]] static std::string QPDF_DLL
job_json_schema_v1();
private: