X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c0fdfbb420efa8d6a7a37a87fd6de092b02720d..b5a49757713da52a3840211988b48df1966792a5:/include/wx/os2/timer.h diff --git a/include/wx/os2/timer.h b/include/wx/os2/timer.h index c1324430ed..fb7bddc775 100644 --- a/include/wx/os2/timer.h +++ b/include/wx/os2/timer.h @@ -27,7 +27,7 @@ public: ,nId ) { Init(); } - ~wxTimer(); + virtual ~wxTimer(); virtual void Notify(void); virtual bool Start( int nMilliseconds = -1 @@ -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);