X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..f7040b5fe68379e9bc7824aaffa834ae146c4084:/include/wx/motif/timer.h diff --git a/include/wx/motif/timer.h b/include/wx/motif/timer.h index 2d5afa8073..b669415151 100644 --- a/include/wx/motif/timer.h +++ b/include/wx/motif/timer.h @@ -6,7 +6,7 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_TIMER_H_ @@ -26,7 +26,7 @@ public: { Init(); } ~wxTimer(); - virtual bool Start(int milliseconds = -1, bool oneShot = FALSE); + virtual bool Start(int milliseconds = -1, bool oneShot = false); virtual void Stop(); virtual bool IsRunning() const { return m_id != 0; }