From 2d2166ed2a83bc8ce315f4e7f29c7ab71439a7e4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Jan 2020 15:25:13 +0300 Subject: CTimer::GetEventId() shall return UINT_PTR as well --- include/m_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_gui.h b/include/m_gui.h index cf69e00560..817c08e8c1 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -487,7 +487,7 @@ class MIR_CORE_EXPORT CTimer public: CTimer(CDlgBase* wnd, UINT_PTR idEvent); - __forceinline int GetEventId() const { return m_idEvent; } + __forceinline UINT_PTR GetEventId() const { return m_idEvent; } virtual BOOL OnTimer(); -- cgit v1.2.3