Index: xfa/fwl/core/ifwl_timer.h |
diff --git a/xfa/fwl/core/ifwl_timer.h b/xfa/fwl/core/ifwl_timer.h |
index 5f113bc021ed4a7d9eb967925bd2b24a602303b0..014356041035bcffe614420c83d8811a2b2b36e6 100644 |
--- a/xfa/fwl/core/ifwl_timer.h |
+++ b/xfa/fwl/core/ifwl_timer.h |
@@ -19,6 +19,6 @@ class IFWL_Timer { |
FWL_HTIMER FWL_StartTimer(IFWL_Timer* pTimer, |
uint32_t dwElapse, |
FX_BOOL bImmediately = TRUE); |
-int32_t FWL_StopTimer(FWL_HTIMER hTimer); |
+FWL_Error FWL_StopTimer(FWL_HTIMER hTimer); |
#endif // XFA_FWL_CORE_IFWL_TIMER_H_ |