aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Buffer.hh')
-rw-r--r--include/qpdf/Buffer.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/Buffer.hh b/include/qpdf/Buffer.hh
index c8b101fa..fdc3d034 100644
--- a/include/qpdf/Buffer.hh
+++ b/include/qpdf/Buffer.hh
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __BUFFER_HH__
-#define __BUFFER_HH__
+#ifndef BUFFER_HH
+#define BUFFER_HH
#include <qpdf/DLL.h>
#include <cstring> // for size_t
@@ -64,4 +64,4 @@ class Buffer
unsigned char* buf;
};
-#endif // __BUFFER_HH__
+#endif // BUFFER_HH