| Index: core/include/fpdfapi/fpdf_objects.h
|
| diff --git a/core/include/fpdfapi/fpdf_objects.h b/core/include/fpdfapi/fpdf_objects.h
|
| index 11589e65a29c597b0d98462c07b71b875dd0922e..b754ab2b2bfa1b0e201ee741dafa53a9bf3cf835 100644
|
| --- a/core/include/fpdfapi/fpdf_objects.h
|
| +++ b/core/include/fpdfapi/fpdf_objects.h
|
| @@ -323,7 +323,7 @@ class CPDF_Array : public CPDF_Object {
|
| CPDF_Object* pObj,
|
| CPDF_IndirectObjects* pObjs = NULL);
|
|
|
| - void RemoveAt(FX_DWORD index);
|
| + void RemoveAt(FX_DWORD index, int nCount = 1);
|
|
|
| void Add(CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
|
|
|
|
|