aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index cf65d10b..de0e585d 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -39,6 +39,7 @@
#include <vector>
class QPDFWriter;
+class Pipeline;
class QPDFJob
{
@@ -509,7 +510,7 @@ class QPDFJob
void writeOutfile(QPDF& pdf);
// JSON
- void doJSON(QPDF& pdf);
+ void doJSON(QPDF& pdf, Pipeline*);
std::set<QPDFObjGen> getWantedJSONObjects();
void doJSONObjects(QPDF& pdf, JSON& j);
void doJSONObjectinfo(QPDF& pdf, JSON& j);