diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_list.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_list.h b/xfa/fxfa/parser/cxfa_list.h index 5736747dba..953e861835 100644 --- a/xfa/fxfa/parser/cxfa_list.h +++ b/xfa/fxfa/parser/cxfa_list.h @@ -17,7 +17,7 @@ class CXFA_List : public CXFA_Object { public: ~CXFA_List() override; - virtual int32_t GetLength() = 0; + virtual size_t GetLength() = 0; virtual bool Append(CXFA_Node* pNode) = 0; virtual bool Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) = 0; virtual bool Remove(CXFA_Node* pNode) = 0; |