summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/common/xfa_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/common/xfa_parser.h')
-rw-r--r--xfa/src/fxfa/src/common/xfa_parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/common/xfa_parser.h b/xfa/src/fxfa/src/common/xfa_parser.h
index 80cae0065b..3fbd62e44e 100644
--- a/xfa/src/fxfa/src/common/xfa_parser.h
+++ b/xfa/src/fxfa/src/common/xfa_parser.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
-#define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
+#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
+#define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
class IFX_Stream;
class IXFA_Parser {
@@ -34,4 +34,4 @@ class IXFA_DocParser : public IXFA_Parser {
virtual IXFA_Notify* GetNotify() const = 0;
};
-#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
+#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_