summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/OffsetInputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/OffsetInputSource.hh')
-rw-r--r--libqpdf/qpdf/OffsetInputSource.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpdf/qpdf/OffsetInputSource.hh b/libqpdf/qpdf/OffsetInputSource.hh
index aedc574a..d541db1a 100644
--- a/libqpdf/qpdf/OffsetInputSource.hh
+++ b/libqpdf/qpdf/OffsetInputSource.hh
@@ -1,5 +1,5 @@
-#ifndef __QPDF_OFFSETINPUTSOURCE_HH__
-#define __QPDF_OFFSETINPUTSOURCE_HH__
+#ifndef QPDF_OFFSETINPUTSOURCE_HH
+#define QPDF_OFFSETINPUTSOURCE_HH
// This class implements an InputSource that proxies for an underlying
// input source but offset a specific number of bytes.
@@ -26,4 +26,4 @@ class OffsetInputSource: public InputSource
qpdf_offset_t global_offset;
};
-#endif // __QPDF_OFFSETINPUTSOURCE_HH__
+#endif // QPDF_OFFSETINPUTSOURCE_HH