X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c0fdfbb420efa8d6a7a37a87fd6de092b02720d..bf89b538f24d96be1dbb5bfa4037397b5438c5e2:/include/wx/os2/timer.h diff --git a/include/wx/os2/timer.h b/include/wx/os2/timer.h index c1324430ed..90019563b3 100644 --- a/include/wx/os2/timer.h +++ b/include/wx/os2/timer.h @@ -36,6 +36,7 @@ public: virtual void Stop(void); inline virtual bool IsRunning(void) const { return m_ulId != 0L; } + inline int GetTimerId(void) const { return m_idTimer; } protected: void Init(void);