]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stopwatch.h
Add a comment about covariant returns
[wxWidgets.git] / include / wx / stopwatch.h
index d411c4d6f286007d61b7456477e291c42092b127..d7abae28beb9b9f2e9b41a85ce15439b03ca28b2 100644 (file)
@@ -5,12 +5,13 @@
 // Created:     26.06.03 (extracted from wx/timer.h)
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998-2003 wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STOPWATCH_H_
 #define _WX_STOPWATCH_H_
 
+#include "wx/defs.h"
 #include "wx/longlong.h"
 
 // ----------------------------------------------------------------------------
@@ -73,7 +74,7 @@ void WXDLLIMPEXP_BASE wxStartTimer();
 
 // Gets elapsed milliseconds since last wxStartTimer or wxGetElapsedTime
 // -- DEPRECATED: use wxStopWatch instead
-long WXDLLIMPEXP_BASE wxGetElapsedTime(bool resetTimer = TRUE);
+long WXDLLIMPEXP_BASE wxGetElapsedTime(bool resetTimer = true);
 
 #endif // wxUSE_LONGLONG