Index: core/fpdfapi/parser/cpdf_dictionary.h |
diff --git a/core/fpdfapi/parser/cpdf_dictionary.h b/core/fpdfapi/parser/cpdf_dictionary.h |
index 23f2e0e3caff4e49febb4af8cd50a70ce0b1fb6b..3abf487f1c5520cafffe7e34fa88877c039140ed 100644 |
--- a/core/fpdfapi/parser/cpdf_dictionary.h |
+++ b/core/fpdfapi/parser/cpdf_dictionary.h |
@@ -25,6 +25,7 @@ class CPDF_Dictionary : public CPDF_Object { |
CPDF_Dictionary(); |
explicit CPDF_Dictionary(const CFX_WeakPtr<CFX_ByteStringPool>& pPool); |
+ ~CPDF_Dictionary() override; |
// CPDF_Object. |
Type GetType() const override; |
@@ -84,8 +85,6 @@ class CPDF_Dictionary : public CPDF_Object { |
CFX_WeakPtr<CFX_ByteStringPool> GetByteStringPool() const { return m_pPool; } |
protected: |
- ~CPDF_Dictionary() override; |
- |
CFX_ByteString MaybeIntern(const CFX_ByteString& str); |
CPDF_Object* CloneNonCyclic( |
bool bDirect, |