diff options
Diffstat (limited to 'xfa/fxfa/fm2js/xfa_program.h')
-rw-r--r-- | xfa/fxfa/fm2js/xfa_program.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/fm2js/xfa_program.h b/xfa/fxfa/fm2js/xfa_program.h index a00a5037da..641c72f4a2 100644 --- a/xfa/fxfa/fm2js/xfa_program.h +++ b/xfa/fxfa/fm2js/xfa_program.h @@ -17,8 +17,8 @@ class CXFA_FMProgram { explicit CXFA_FMProgram(const CFX_WideStringC& wsFormcalc); ~CXFA_FMProgram(); - int32_t ParseProgram(); - int32_t TranslateProgram(CFX_WideTextBuf& wsJavaScript); + bool ParseProgram(); + bool TranslateProgram(CFX_WideTextBuf& wsJavaScript); private: CXFA_FMErrorInfo m_pErrorInfo; |