diff options
Diffstat (limited to 'fxjs/xfa/cjx_object.h')
-rw-r--r-- | fxjs/xfa/cjx_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_object.h b/fxjs/xfa/cjx_object.h index cb8350d2b1..3b9867ed4a 100644 --- a/fxjs/xfa/cjx_object.h +++ b/fxjs/xfa/cjx_object.h @@ -116,7 +116,7 @@ class CJX_Object { void ThrowParamCountMismatchException(const WideString& method) const; protected: - void DefineMethods(const CJX_MethodSpec method_specs[]); + void DefineMethods(const CJX_MethodSpec method_specs[], size_t count); void MoveBufferMapData(CXFA_Object* pSrcModule, CXFA_Object* pDstModule); void SetMapModuleString(void* pKey, const WideStringView& wsValue); |