| Index: fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| index 1d60c33e43be57cca9c48b5878dc9112f0fe6836..f55a42496d5bce8b3b2c394df43d664193d6074c 100644
|
| --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| @@ -7,9 +7,7 @@
|
| #ifndef _FPDFXFA_PAGEVIEW_H_
|
| #define _FPDFXFA_PAGEVIEW_H_
|
|
|
| -class CPDFXFA_Page;
|
| -
|
| -class CPDFXFA_Page : public CFX_Object
|
| +class CPDFXFA_Page
|
| {
|
| public:
|
| CPDFXFA_Page(CPDFXFA_Document* pDoc, int page_index);
|
|
|