aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Dictionary.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2024-02-12 19:40:21 +0100
committerm-holger <m-holger@kubitscheck.org>2024-02-16 12:00:20 +0100
commit9589fad1e5bde7c51f01c0de16ac0b5ccb7051e0 (patch)
tree9357fc9099cefcb06f587597d0606d50260aeca8 /libqpdf/qpdf/QPDF_Dictionary.hh
parent9379b768118f465e94f826bed1daacbbc94938fc (diff)
downloadqpdf-9589fad1e5bde7c51f01c0de16ac0b5ccb7051e0.tar.zst
Reimplement QPDFObjectHandle::getJSON in terms of writeJSON
Diffstat (limited to 'libqpdf/qpdf/QPDF_Dictionary.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Dictionary.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/qpdf/QPDF_Dictionary.hh b/libqpdf/qpdf/QPDF_Dictionary.hh
index 32c926a3..8713a450 100644
--- a/libqpdf/qpdf/QPDF_Dictionary.hh
+++ b/libqpdf/qpdf/QPDF_Dictionary.hh
@@ -16,7 +16,6 @@ class QPDF_Dictionary: public QPDFValue
static std::shared_ptr<QPDFObject> create(std::map<std::string, QPDFObjectHandle>&& items);
std::shared_ptr<QPDFObject> copy(bool shallow = false) override;
std::string unparse() override;
- JSON getJSON(int json_version) override;
void writeJSON(int json_version, JSON::Writer& p) override;
void disconnect() override;