aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/JSON.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-23 21:15:39 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-23 21:15:39 +0200
commit9a9a7ab097ad8b6f3a1ab634d43ec20b85c98698 (patch)
treefc3d9725562c80dcd3a933002722c050d6b61ae9 /include/qpdf/JSON.hh
parent44a7aff56f13a0afb16e6b1abcf4b62e49f35863 (diff)
downloadqpdf-9a9a7ab097ad8b6f3a1ab634d43ec20b85c98698.tar.zst
Comment about qpdf/PointerHolder.hh in public headers
Diffstat (limited to 'include/qpdf/JSON.hh')
-rw-r--r--include/qpdf/JSON.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/JSON.hh b/include/qpdf/JSON.hh
index 554823e5..77c4b108 100644
--- a/include/qpdf/JSON.hh
+++ b/include/qpdf/JSON.hh
@@ -36,7 +36,7 @@
// general-purpose JSON package.
#include <qpdf/DLL.h>
-#include <qpdf/PointerHolder.hh>
+#include <qpdf/PointerHolder.hh> // unused -- remove in qpdf 12 (see #785)
#include <qpdf/Types.h>
#include <functional>