Index: fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
index f4c73c65c2dffdc1f4db106530f2144c18993e85..e0c508baa51ebf2bf0d7fbffe940554e2b941fa7 100644 |
--- a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
+++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h |
@@ -23,7 +23,7 @@ class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr { |
public: |
CXFA_FWLAdapterTimerMgr(CPDFDoc_Environment* pEnv) : m_pEnv(pEnv) {} |
virtual FWL_ERR Start(IFWL_Timer* pTimer, |
- FX_DWORD dwElapse, |
+ uint32_t dwElapse, |
FWL_HTIMER& hTimer, |
FX_BOOL bImmediately = TRUE); |
virtual FWL_ERR Stop(FWL_HTIMER hTimer); |