| Index: fpdfsdk/include/fsdk_mgr.h
|
| diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h
|
| index 4e9aab40bb8171e957fe0e239c59388c59a6392f..31a617e18f137c14d487bb95b76b0ca32e4902b0 100644
|
| --- a/fpdfsdk/include/fsdk_mgr.h
|
| +++ b/fpdfsdk/include/fsdk_mgr.h
|
| @@ -404,9 +404,9 @@ class CPDFDoc_Environment final {
|
| return L"";
|
| }
|
|
|
| - void FFI_PageEvent(int iPageIndex, FX_DWORD dwEventType) const {
|
| + void FFI_PageEvent(int iPageCount, FX_DWORD dwEventType) const {
|
| if (m_pInfo && m_pInfo->FFI_PageEvent)
|
| - m_pInfo->FFI_PageEvent(m_pInfo, iPageIndex, dwEventType);
|
| + m_pInfo->FFI_PageEvent(m_pInfo, iPageCount, dwEventType);
|
| }
|
| #endif // PDF_ENABLE_XFA
|
|
|
|
|