Index: core/include/fpdfapi/fpdf_objects.h |
diff --git a/core/include/fpdfapi/fpdf_objects.h b/core/include/fpdfapi/fpdf_objects.h |
index f910cc188ef50cb6fa76d618129ee648ab766535..532ede2a08a222d9af7812f3d8cb32390590140f 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) { |