aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObject.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-07 13:53:45 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-07 17:12:01 +0200
commit16f4f94cd99b4d0f633596074e8d9358db135517 (patch)
treee12ca83928d8c0562698ed4f4b073f4689f96ad1 /include/qpdf/QPDFObject.hh
parenta9fbbd5dca1f39e9eafc8ddf8ada30dffd68e4df (diff)
downloadqpdf-16f4f94cd99b4d0f633596074e8d9358db135517.tar.zst
Prepare code for JSON v2
Update getJSON() methods and calls to them
Diffstat (limited to 'include/qpdf/QPDFObject.hh')
-rw-r--r--include/qpdf/QPDFObject.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFObject.hh b/include/qpdf/QPDFObject.hh
index 43146e53..982cd126 100644
--- a/include/qpdf/QPDFObject.hh
+++ b/include/qpdf/QPDFObject.hh
@@ -64,7 +64,7 @@ class QPDFObject
virtual ~QPDFObject() = default;
virtual std::string unparse() = 0;
- virtual JSON getJSON() = 0;
+ virtual JSON getJSON(int json_version) = 0;
// Return a unique type code for the object
virtual object_type_e getTypeCode() const = 0;