X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..77436c4cbac2269e564dc4fcf4494a58feca0af4:/include/wx/mgl/timer.h diff --git a/include/wx/mgl/timer.h b/include/wx/mgl/timer.h index 36142afcd2..b9b2841651 100644 --- a/include/wx/mgl/timer.h +++ b/include/wx/mgl/timer.h @@ -3,7 +3,7 @@ // Purpose: // Author: Vaclav Slavik // Id: $Id$ -// Copyright: (c) 2001 Vaclav Slavik +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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; }