diff options
Diffstat (limited to 'xfa/fwl/cfwl_timer.cpp')
-rw-r--r-- | xfa/fwl/cfwl_timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_timer.cpp b/xfa/fwl/cfwl_timer.cpp index c7214a4f72..0cd3b2b768 100644 --- a/xfa/fwl/cfwl_timer.cpp +++ b/xfa/fwl/cfwl_timer.cpp @@ -10,7 +10,7 @@ #include "xfa/fwl/cfwl_timerinfo.h" #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/ifwl_adaptertimermgr.h" -#include "xfa/fxfa/xfa_ffapp.h" +#include "xfa/fxfa/cxfa_ffapp.h" CFWL_TimerInfo* CFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) { const CFWL_App* pApp = m_pWidget->GetOwnerApp(); |