| Index: core/fpdfapi/fpdf_parser/include/cpdf_document.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_document.h b/core/fpdfapi/fpdf_parser/include/cpdf_document.h
|
| index adb8587f4fa296504c57542c5c23d881133edc30..4a12ea97dc797274a12e8797f0505023f1005867 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_document.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_document.h
|
| @@ -40,7 +40,7 @@
|
| class CPDF_Document : public CPDF_IndirectObjectHolder {
|
| public:
|
| explicit CPDF_Document(CPDF_Parser* pParser);
|
| - ~CPDF_Document() override;
|
| + ~CPDF_Document();
|
|
|
| CPDF_Parser* GetParser() const { return m_pParser; }
|
| CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
|
| @@ -125,9 +125,7 @@
|
| int& index,
|
| int level = 0);
|
| FX_BOOL CheckOCGVisible(CPDF_Dictionary* pOCG, FX_BOOL bPrinting);
|
| - CPDF_Object* ParseIndirectObject(uint32_t objnum) override;
|
|
|
| - CPDF_Parser* m_pParser;
|
| CPDF_Dictionary* m_pRootDict;
|
| CPDF_Dictionary* m_pInfoDict;
|
| CFX_ByteString m_ID1;
|
|
|