]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/timer.h
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git] / include / wx / mgl / timer.h
index fc24a250facd4e27fe1f356cca3bcea6db0381af..b9b28416517a38d7a9c66a324990e4005efc9027 100644 (file)
@@ -28,7 +28,7 @@ public:
         { Init(); }
     ~wxTimer() {}
 
-    virtual bool Start( int millisecs = -1, bool oneShot = FALSE ) {}
+    virtual bool Start( int millisecs = -1, bool oneShot = FALSE ) { return TRUE; }
     virtual void Stop() {}
 
     virtual bool IsRunning() const { return m_tag != -1; }