diff options
Diffstat (limited to 'fxjs/cjx_node.h')
-rw-r--r-- | fxjs/cjx_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjx_node.h b/fxjs/cjx_node.h index 02091b924b..80ee6ae4b2 100644 --- a/fxjs/cjx_node.h +++ b/fxjs/cjx_node.h @@ -448,8 +448,7 @@ class CJX_Node : public CJX_Object { void MoveBufferMapData(CXFA_Node* pDstModule, void* pKey); void MoveBufferMapData(CXFA_Node* pSrcModule, CXFA_Node* pDstModule, - void* pKey, - bool bRecursive); + void* pKey); int32_t execSingleEventByName(const WideStringView& wsEventName, XFA_Element eType); |