From b6f048546f7ffdd228bd9360c647b3064dfa1bf3 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 29 Jan 2023 15:21:29 +0000 Subject: Eliminate the use of shared pointers in JSONParser --- include/qpdf/JSON.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf