aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Real.cc
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 /libqpdf/QPDF_Real.cc
parenta9fbbd5dca1f39e9eafc8ddf8ada30dffd68e4df (diff)
downloadqpdf-16f4f94cd99b4d0f633596074e8d9358db135517.tar.zst
Prepare code for JSON v2
Update getJSON() methods and calls to them
Diffstat (limited to 'libqpdf/QPDF_Real.cc')
-rw-r--r--libqpdf/QPDF_Real.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_Real.cc b/libqpdf/QPDF_Real.cc
index 0af881eb..4b32b035 100644
--- a/libqpdf/QPDF_Real.cc
+++ b/libqpdf/QPDF_Real.cc
@@ -20,7 +20,7 @@ QPDF_Real::unparse()
}
JSON
-QPDF_Real::getJSON()
+QPDF_Real::getJSON(int json_version)
{
// While PDF allows .x or -.x, JSON does not. Rather than
// converting from string to double and back, just handle this as a