| Index: xfa/src/fxfa/src/common/xfa_script.h
|
| diff --git a/xfa/src/fxfa/src/common/xfa_script.h b/xfa/src/fxfa/src/common/xfa_script.h
|
| index ebd3a0f00e1eeaf88bb210d02d4c0bf1d55ed0f9..47be3165fefaa32aa4078914e689365b1fbaa6a6 100644
|
| --- a/xfa/src/fxfa/src/common/xfa_script.h
|
| +++ b/xfa/src/fxfa/src/common/xfa_script.h
|
| @@ -38,7 +38,7 @@ enum XFA_RESOVENODE_RSTYPE {
|
|
|
| class CXFA_HVALUEArray : public CFX_ArrayTemplate<FXJSE_HVALUE> {
|
| public:
|
| - CXFA_HVALUEArray(FXJSE_HRUNTIME hRunTime) : m_hRunTime(hRunTime){};
|
| + CXFA_HVALUEArray(FXJSE_HRUNTIME hRunTime) : m_hRunTime(hRunTime) {}
|
| ~CXFA_HVALUEArray() {
|
| for (int32_t i = 0; i < GetSize(); i++) {
|
| FXJSE_Value_Release(GetAt(i));
|
|
|