| Index: core/fpdfapi/parser/cpdf_indirect_object_holder.h
|
| diff --git a/core/fpdfapi/parser/cpdf_indirect_object_holder.h b/core/fpdfapi/parser/cpdf_indirect_object_holder.h
|
| index fcd77215ebd07ccdb7ba13e8828001f5a56407a1..db6f4acbf40eddbb9dd9e19d0a37a02210c8e4a6 100644
|
| --- a/core/fpdfapi/parser/cpdf_indirect_object_holder.h
|
| +++ b/core/fpdfapi/parser/cpdf_indirect_object_holder.h
|
| @@ -39,7 +39,7 @@ class CPDF_IndirectObjectHolder {
|
| const_iterator end() const { return m_IndirectObjs.end(); }
|
|
|
| protected:
|
| - virtual CPDF_Object* ParseIndirectObject(uint32_t objnum);
|
| + virtual std::unique_ptr<CPDF_Object> ParseIndirectObject(uint32_t objnum);
|
|
|
| private:
|
| uint32_t m_LastObjNum;
|
|
|