summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_Discard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_Discard.hh')
-rw-r--r--include/qpdf/Pl_Discard.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/Pl_Discard.hh b/include/qpdf/Pl_Discard.hh
index 3c15650c..129431b2 100644
--- a/include/qpdf/Pl_Discard.hh
+++ b/include/qpdf/Pl_Discard.hh
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2018 Jay Berkenbilt
+// Copyright (c) 2005-2019 Jay Berkenbilt
//
// This file is part of qpdf.
//
@@ -19,8 +19,8 @@
// continue to consider qpdf to be licensed under those terms. Please
// see the manual for additional information.
-#ifndef __PL_DISCARD_HH__
-#define __PL_DISCARD_HH__
+#ifndef PL_DISCARD_HH
+#define PL_DISCARD_HH
// This pipeline discards its output. It is an end-of-line pipeline
// (with no next).
@@ -43,4 +43,4 @@ class Pl_Discard: public Pipeline
virtual void finish();
};
-#endif // __PL_DISCARD_HH__
+#endif // PL_DISCARD_HH