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