diff options
Diffstat (limited to 'core/include/fpdfapi/fpdf_objects.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_objects.h b/core/include/fpdfapi/fpdf_objects.h index f910cc188e..532ede2a08 100644 --- a/core/include/fpdfapi/fpdf_objects.h +++ b/core/include/fpdfapi/fpdf_objects.h @@ -350,7 +350,7 @@ class CPDF_Array : public CPDF_Object { protected: ~CPDF_Array(); - CFX_PtrArray m_Objects; + CFX_ArrayTemplate<CPDF_Object*> m_Objects; friend class CPDF_Object; }; inline CPDF_Array* ToArray(CPDF_Object* obj) { |