| Index: xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| index d3adca707515eb6f379e8cdde751e99c211631bd..496a3dfa6ebdbf7fb77f930955e924900dd7bef9 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
|
| @@ -11,7 +11,7 @@ class CXFA_FMParse
|
| public:
|
| CXFA_FMParse();
|
| ~CXFA_FMParse();
|
| - FX_INT32 Init(FX_WSTR wsFormcalc, CXFA_FMErrorInfo *pErrorInfo);
|
| + int32_t Init(FX_WSTR wsFormcalc, CXFA_FMErrorInfo *pErrorInfo);
|
| void NextToken();
|
| void Check(XFA_FM_TOKEN op);
|
| void Error(FX_DWORD lineNum, XFA_FM_ERRMSG msg, ...);
|
|
|