From 16f4f94cd99b4d0f633596074e8d9358db135517 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 7 May 2022 07:53:45 -0400 Subject: Prepare code for JSON v2 Update getJSON() methods and calls to them --- libqpdf/QPDF_Real.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/QPDF_Real.cc') 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 -- cgit v1.2.3-54-g00ecf