]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/timer.h
cleanup - fixed warnings, reformatting
[wxWidgets.git] / include / wx / os2 / timer.h
index 3c9ff0267d047473080c3ec902a7c0af15999499..90019563b3772a7c3eaed894135a9992300f3dc0 100644 (file)
@@ -36,7 +36,7 @@ public:
     virtual void Stop(void);
 
     inline virtual bool IsRunning(void) const { return m_ulId != 0L; }
-    inline        ULONG GetTimerId(void) const { return m_ulId; }
+    inline          int GetTimerId(void) const { return m_idTimer; }
 
 protected:
     void Init(void);