aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/JSON.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-01-29 16:21:29 +0100
committerm-holger <m-holger@kubitscheck.org>2023-02-05 13:46:38 +0100
commitb6f048546f7ffdd228bd9360c647b3064dfa1bf3 (patch)
tree422664b962095e79c49ac8b510d8601d360ccc92 /include/qpdf/JSON.hh
parentf6c9019597c5077d3e99c6d41a598b49b385f59c (diff)
downloadqpdf-b6f048546f7ffdd228bd9360c647b3064dfa1bf3.tar.zst
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 64f3792c..4b829017 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;