Index: core/fpdfapi/parser/cpdf_array.h |
diff --git a/core/fpdfapi/parser/cpdf_array.h b/core/fpdfapi/parser/cpdf_array.h |
index da9677e927022aa5a7cf20ec48d9454c7753c470..c58848aa337bb93e07c2285a6de4156a643f75fb 100644 |
--- a/core/fpdfapi/parser/cpdf_array.h |
+++ b/core/fpdfapi/parser/cpdf_array.h |
@@ -21,6 +21,7 @@ class CPDF_Array : public CPDF_Object { |
using const_iterator = std::vector<CPDF_Object*>::const_iterator; |
CPDF_Array(); |
+ ~CPDF_Array() override; |
// CPDF_Object. |
Type GetType() const override; |
@@ -61,8 +62,6 @@ class CPDF_Array : public CPDF_Object { |
const_iterator end() const { return m_Objects.end(); } |
protected: |
- ~CPDF_Array() override; |
- |
CPDF_Object* CloneNonCyclic( |
bool bDirect, |
std::set<const CPDF_Object*>* pVisited) const override; |