| Index: fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h
|
| diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h
|
| index fa2c8a2752485120051709f169ce6d010466b36e..5ef75efdea449b2c64bb88b17c55e14c68075156 100644
|
| --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h
|
| +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h
|
| @@ -225,6 +225,8 @@ class CPDFXFA_Document : public IXFA_DocProvider {
|
| CPDFXFA_App* m_pApp;
|
| IJS_Context* m_pJSContext;
|
| CFX_ArrayTemplate<CPDFXFA_Page*> m_XFAPageList;
|
| + int m_nLoadStatus;
|
| + int m_nPageCount;
|
| };
|
|
|
| #endif // FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_DOC_H_
|
|
|