]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
Fix compilation error by #including imaglist.h
[wxWidgets.git] / src / common / timercmn.cpp
index 369e646729ff469633da29a005e9b0c3920dd12b..2b310c05996c0019731346db112fcee3f5190306 100644 (file)
@@ -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