Index: xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h |
diff --git a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h |
index 8ba8135cf3d670910f57ab6d45bb5fb8d368b1e1..31646cc8d684af091cd4f11a1bc3d90735063440 100644 |
--- a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h |
+++ b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h |
@@ -4,8 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef _SCRIPT_EVENTPSEUDOMODEL_H_ |
-#define _SCRIPT_EVENTPSEUDOMODEL_H_ |
+#ifndef XFA_SRC_FXFA_SRC_PARSER_XFA_SCRIPT_EVENTPSEUDOMODEL_H_ |
+#define XFA_SRC_FXFA_SRC_PARSER_XFA_SCRIPT_EVENTPSEUDOMODEL_H_ |
+ |
#define XFA_EVENT_CHANGE 0 |
#define XFA_EVENT_COMMITKEY 1 |
#define XFA_EVENT_FULLTEXT 2 |
@@ -88,4 +89,5 @@ class CScript_EventPseudoModel : public CXFA_OrdinaryObject { |
FX_DWORD dwFlag, |
FX_BOOL bSetting); |
}; |
-#endif |
+ |
+#endif // XFA_SRC_FXFA_SRC_PARSER_XFA_SCRIPT_EVENTPSEUDOMODEL_H_ |