diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_list.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_list.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_list.h b/xfa/fxfa/parser/cxfa_list.h index 2141a8fb10..5736747dba 100644 --- a/xfa/fxfa/parser/cxfa_list.h +++ b/xfa/fxfa/parser/cxfa_list.h @@ -25,6 +25,11 @@ class CXFA_List : public CXFA_Object { protected: CXFA_List(CXFA_Document* doc, std::unique_ptr<CJX_Object> js_obj); + CXFA_List(CXFA_Document* pDocument, + XFA_ObjectType objectType, + XFA_Element eType, + const WideStringView& elementName, + std::unique_ptr<CJX_Object> obj); }; #endif // XFA_FXFA_PARSER_CXFA_LIST_H_ |