summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h')
-rw-r--r--xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h b/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
index b53cc95820..d31cc00af1 100644
--- a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
+++ b/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA128WRITER_H_
-#define XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA128WRITER_H_
+#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
+#define XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
class CBC_OneDimWriter;
class CBC_OnedCoda128Writer;
@@ -47,4 +47,4 @@ class CBC_OnedCode128Writer : public CBC_OneDimWriter {
const static int32_t CODE_STOP;
};
-#endif // XFA_SRC_FXBARCODE_ONED_BC_ONEDCODA128WRITER_H_
+#endif // XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_