X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..1d4037aa1f081ee2273468aa6f6cc5918d5e7d14:/src/common/timercmn.cpp diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 369e646729..2b310c0599 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -7,7 +7,7 @@ // RCS-ID: $Id$ // Copyright: (c) Julian Smart // (c) 1999 Guillermo Rodriguez <guille@iies.es> -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -85,7 +85,7 @@ bool wxTimerBase::Start(int milliseconds, bool oneShot) m_oneShot = oneShot; - return TRUE; + return true; } #endif // wxUSE_TIMER