]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/timer.h
small cleanup, removed unused headers
[wxWidgets.git] / include / wx / os2 / timer.h
index c1324430edfe767cf0248a14cf9f208a9da694fe..90019563b3772a7c3eaed894135a9992300f3dc0 100644 (file)
@@ -36,6 +36,7 @@ public:
     virtual void Stop(void);
 
     inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
     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);
 
 protected:
     void Init(void);