summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/core/fwl_timerimp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/core/fwl_timerimp.cpp')
-rw-r--r--xfa/src/fwl/src/core/fwl_timerimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fwl/src/core/fwl_timerimp.cpp b/xfa/src/fwl/src/core/fwl_timerimp.cpp
index e0300f4316..300ab5cefb 100644
--- a/xfa/src/fwl/src/core/fwl_timerimp.cpp
+++ b/xfa/src/fwl/src/core/fwl_timerimp.cpp
@@ -18,7 +18,7 @@ FWL_HTIMER FWL_StartTimer(IFWL_Timer *pTimer, FX_DWORD dwElapse, FX_BOOL bImmedi
pAdapterTimerMgr->Start(pTimer, dwElapse, hTimer, bImmediately);
return hTimer;
}
-FX_INT32 FWL_StopTimer(FWL_HTIMER hTimer)
+int32_t FWL_StopTimer(FWL_HTIMER hTimer)
{
IFWL_AdapterNative *pAdapterNative = FWL_GetAdapterNative();
_FWL_RETURN_VALUE_IF_FAIL(pAdapterNative, FWL_ERR_Indefinite);