| Index: xfa/src/fxfa/src/fm2js/xfa_program.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_program.h b/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| index 157d1e1faa42b4f222b0c04206fb25c7334bee15..a7453d4d1dfda5ad5f6d64216782520eb146d26a 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_program.h
|
| @@ -11,9 +11,9 @@ class CXFA_FMProgram
|
| public:
|
| CXFA_FMProgram();
|
| ~CXFA_FMProgram();
|
| - FX_INT32 Init(FX_WSTR wsFormcalc);
|
| - FX_INT32 ParseProgram();
|
| - FX_INT32 TranslateProgram(CFX_WideTextBuf &wsJavaScript);
|
| + int32_t Init(FX_WSTR wsFormcalc);
|
| + int32_t ParseProgram();
|
| + int32_t TranslateProgram(CFX_WideTextBuf &wsJavaScript);
|
| CXFA_FMErrorInfo& GetError()
|
| {
|
| return m_pErrorInfo;
|
|
|