| Index: fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| index 2e3c51cbd01af7bfb9c00ee32e74cebf10b7251f..5f11d5e5aa50be9156fd364f82c9881782559ff5 100644
|
| --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGE_H_
|
| #define FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGE_H_
|
|
|
| +class CPDF_Page;
|
| +
|
| class CPDFXFA_Page {
|
| public:
|
| CPDFXFA_Page(CPDFXFA_Document* pDoc, int page_index);
|
|
|