]> 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 5fd7fd476756316c50f25d1b302a71017564660e..2b310c05996c0019731346db112fcee3f5190306 100644 (file)
@@ -85,7 +85,7 @@ bool wxTimerBase::Start(int milliseconds, bool oneShot)
 
     m_oneShot = oneShot;
 
-    return TRUE;
+    return true;
 }
 
 #endif // wxUSE_TIMER