aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/JSON.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-02-18 23:43:02 +0100
committerGitHub <noreply@github.com>2023-02-18 23:43:02 +0100
commite4e03e9ac10d8ea0c1a8ef8c78f0103068928822 (patch)
treeaf59791cbe95f318581878ebc7d4b95fd8b20be3 /include/qpdf/JSON.hh
parent76189c44a2f656e6623a7d36519e406d488a9ee5 (diff)
parentb6f048546f7ffdd228bd9360c647b3064dfa1bf3 (diff)
downloadqpdf-e4e03e9ac10d8ea0c1a8ef8c78f0103068928822.tar.zst
Merge pull request #890 from m-holger/jpsp
Eliminate the use of shared pointers in JSONParser
Diffstat (limited to 'include/qpdf/JSON.hh')
-rw-r--r--include/qpdf/JSON.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh
index 28da3f24..2906d85a 100644
--- a/include/qpdf/JSON.hh
+++ b/include/qpdf/JSON.hh
@@ -54,6 +54,7 @@ class JSON
{
public:
static int constexpr LATEST = 2;
+ JSON() = default;
QPDF_DLL
std::string unparse() const;