Index: xfa/fxfa/fm2js/xfa_fmparse.cpp |
diff --git a/xfa/fxfa/fm2js/xfa_fmparse.cpp b/xfa/fxfa/fm2js/xfa_fmparse.cpp |
index 5fd6c06613c98c229f522fb15efc817f4375283b..ebe68b9408d0bc5410e6ce02ca0cf201fd11d5aa 100644 |
--- a/xfa/fxfa/fm2js/xfa_fmparse.cpp |
+++ b/xfa/fxfa/fm2js/xfa_fmparse.cpp |
@@ -10,6 +10,8 @@ |
CXFA_FMParse::CXFA_FMParse() : m_pToken(nullptr), m_pErrorInfo(0) {} |
+CXFA_FMParse::~CXFA_FMParse() {} |
+ |
int32_t CXFA_FMParse::Init(const CFX_WideStringC& wsFormcalc, |
CXFA_FMErrorInfo* pErrorInfo) { |
m_pErrorInfo = pErrorInfo; |