diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_nodehelper.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_nodehelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_nodehelper.h b/xfa/fxfa/parser/cxfa_nodehelper.h index ccf60ac3d6..e2b367d0f3 100644 --- a/xfa/fxfa/parser/cxfa_nodehelper.h +++ b/xfa/fxfa/parser/cxfa_nodehelper.h @@ -33,8 +33,8 @@ class CXFA_NodeHelper { uint32_t dNameHash, std::vector<CXFA_Node*>* pSiblings, XFA_LOGIC_TYPE eLogicType, - bool bIsClassName = false, - bool bIsFindProperty = true); + bool bIsClassName, + bool bIsFindProperty); int32_t NodeAcc_TraverseAnySiblings(CXFA_Node* parent, uint32_t dNameHash, std::vector<CXFA_Node*>* pSiblings, |