Index: xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h |
diff --git a/xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h b/xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h |
index 118680e792f83a1f87a1e1da25f215f2eb5a4a5d..ef9d81d3ced953cb61765fb5fe8b2d447329c797 100644 |
--- a/xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h |
+++ b/xfa/src/fxfa/src/parser/xfa_script_hostpseudomodel.h |
@@ -45,6 +45,6 @@ public: |
void Script_HostPseudoModel_CurrentDateTime(CFXJSE_Arguments* pArguments); |
protected: |
void Script_HostPseudoModel_LoadString(FXJSE_HVALUE hValue, IXFA_Notify* pNotify, FX_DWORD dwFlag); |
- FX_BOOL Script_HostPseudoModel_ValidateArgsForMsg(CFXJSE_Arguments* pArguments, FX_INT32 iArgIndex, CFX_WideString& wsValue); |
+ FX_BOOL Script_HostPseudoModel_ValidateArgsForMsg(CFXJSE_Arguments* pArguments, int32_t iArgIndex, CFX_WideString& wsValue); |
}; |
#endif |