diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_attachnodelist.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_attachnodelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_attachnodelist.h b/xfa/fxfa/parser/cxfa_attachnodelist.h index a657150f43..390ea041b9 100644 --- a/xfa/fxfa/parser/cxfa_attachnodelist.h +++ b/xfa/fxfa/parser/cxfa_attachnodelist.h @@ -17,7 +17,7 @@ class CXFA_AttachNodeList : public CXFA_TreeList { CXFA_AttachNodeList(CXFA_Document* pDocument, CXFA_Node* pAttachNode); // From CXFA_TreeList. - int32_t GetLength() override; + size_t GetLength() override; bool Append(CXFA_Node* pNode) override; bool Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) override; bool Remove(CXFA_Node* pNode) override; |