summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/parser/xfa_parser_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/parser/xfa_parser_imp.h')
-rw-r--r--xfa/src/fxfa/src/parser/xfa_parser_imp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/parser/xfa_parser_imp.h b/xfa/src/fxfa/src/parser/xfa_parser_imp.h
index 83ff212b91..6c6593ae03 100644
--- a/xfa/src/fxfa/src/parser/xfa_parser_imp.h
+++ b/xfa/src/fxfa/src/parser/xfa_parser_imp.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _XFA_PARSER_IMP
-#define _XFA_PARSER_IMP
+#ifndef XFA_SRC_FXFA_SRC_PARSER_XFA_PARSER_IMP_H_
+#define XFA_SRC_FXFA_SRC_PARSER_XFA_PARSER_IMP_H_
+
#define _XFA_VERIFY_Checksum_
class CXFA_XMLParser;
class CXFA_SimpleParser : public IXFA_Parser {
@@ -131,4 +132,5 @@ class CXFA_XMLParser : public IFDE_XMLParser {
CFX_WideString m_ws2;
FX_DWORD m_dwStatus;
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_PARSER_XFA_PARSER_IMP_H_