| Index: fpdfsdk/formfiller/cffl_formfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| index 9ca8f054934d9399859bb9df0e34623f707a0e56..b6f719db9975150904b962e5f466874c25ce46d3 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| @@ -603,7 +603,7 @@ CPWL_Wnd* CFFL_FormFiller::ResetPDFWindow(CPDFSDK_PageView* pPageView,
|
|
|
| void CFFL_FormFiller::TimerProc() {}
|
|
|
| -IFX_SystemHandler* CFFL_FormFiller::GetSystemHandler() const {
|
| +CFX_SystemHandler* CFFL_FormFiller::GetSystemHandler() const {
|
| return m_pApp->GetSysHandler();
|
| }
|
|
|
|
|