| Index: fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
|
| diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
|
| index 5e5dbdc03a7178a697263abb8163f5e6331907fd..ee5667a6c07e652e152888c8e441d83f57e2aab5 100644
|
| --- a/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
|
| +++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
|
| @@ -42,7 +42,7 @@ class CPDFXFA_Document {
|
| int GetDocType() { return m_iDocType; }
|
|
|
| void DeletePage(int page_index);
|
| - int GetPageCount() const;
|
| + int GetXFAPageCount() const;
|
|
|
| CPDFXFA_Page* GetXFAPage(int page_index);
|
| CPDFXFA_Page* GetXFAPage(CXFA_FFPageView* pPage);
|
|
|