| Index: core/src/fpdfapi/fpdf_edit/editint.h
|
| diff --git a/core/src/fpdfapi/fpdf_edit/editint.h b/core/src/fpdfapi/fpdf_edit/editint.h
|
| index 6346f0613679fa0408f9680cf9a9f05496f0c419..73b28e3735f589501bb68024256cf905a200decd 100644
|
| --- a/core/src/fpdfapi/fpdf_edit/editint.h
|
| +++ b/core/src/fpdfapi/fpdf_edit/editint.h
|
| @@ -6,7 +6,7 @@
|
|
|
| #ifndef _FPDF_EDITINT_
|
| #define _FPDF_EDITINT_
|
| -class CPDF_ObjectStream : public CFX_Object
|
| +class CPDF_ObjectStream
|
| {
|
| public:
|
| CPDF_ObjectStream();
|
| @@ -27,7 +27,7 @@ protected:
|
|
|
| CFX_DWordArray m_OffsetArray;
|
| };
|
| -class CPDF_XRefStream : public CFX_Object
|
| +class CPDF_XRefStream
|
| {
|
| public:
|
|
|
|
|