summaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-07-08 15:53:46 +0200
committerGitHub <noreply@github.com>2023-07-08 15:53:46 +0200
commite51a1948b2fc90d4bf32ad6f130e7dd9bdd1c7f7 (patch)
treeafe55df3f6662244375f85b5c9868c76caea7d0b /libqpdf
parentb8f20fe34c1e91e312e904cf828cb164dac2326e (diff)
parent8ec23f04525268032e939e47e3e36fe480e2e608 (diff)
downloadqpdf-e51a1948b2fc90d4bf32ad6f130e7dd9bdd1c7f7.tar.zst
Merge pull request #999 from m-holger/doxy
Add doxygen files to .gitignore
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/JSONHandler.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libqpdf/qpdf/JSONHandler.hh b/libqpdf/qpdf/JSONHandler.hh
index 653924f6..9b2a0b33 100644
--- a/libqpdf/qpdf/JSONHandler.hh
+++ b/libqpdf/qpdf/JSONHandler.hh
@@ -53,7 +53,6 @@ class JSONHandler
static void usage(std::string const& msg);
-
class Members;
std::unique_ptr<Members> m;