aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-12 20:07:22 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-12 20:10:32 +0200
commit3873f5fd9bd366c645eb221d0e75c0deaa2de24c (patch)
treefddebc65fed3f2492152e87da60e98f7bec644df /include/qpdf/QPDFWriter.hh
parent932799baab58df23cc1899720fd4637c4360d195 (diff)
downloadqpdf-3873f5fd9bd366c645eb221d0e75c0deaa2de24c.tar.zst
Protect headers with compliant identifiers (fixes #233)
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index 4a2c34f9..4385a409 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -23,8 +23,8 @@
// new PDF files. See comments through the header file for additional
// details.
-#ifndef __QPDFWRITER_HH__
-#define __QPDFWRITER_HH__
+#ifndef QPDFWRITER_HH
+#define QPDFWRITER_HH
#include <qpdf/DLL.h>
#include <qpdf/Types.h>
@@ -617,4 +617,4 @@ class QPDFWriter
PointerHolder<Members> m;
};
-#endif // __QPDFWRITER_HH__
+#endif // QPDFWRITER_HH