X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/motif/timer.h diff --git a/include/wx/motif/timer.h b/include/wx/motif/timer.h index 184d6a3e3d..b669415151 100644 --- a/include/wx/motif/timer.h +++ b/include/wx/motif/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; }