summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Integer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Integer.cc')
-rw-r--r--libqpdf/QPDF_Integer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF_Integer.cc b/libqpdf/QPDF_Integer.cc
index 9401b3f9..c42fa246 100644
--- a/libqpdf/QPDF_Integer.cc
+++ b/libqpdf/QPDF_Integer.cc
@@ -14,7 +14,7 @@ QPDF_Integer::unparse()
}
JSON
-QPDF_Integer::getJSON()
+QPDF_Integer::getJSON(int json_version)
{
return JSON::makeInt(this->val);
}