X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..682214d5c6ec3e56dbdfd0c97d70d87e614b38c2:/include/wx/stopwatch.h diff --git a/include/wx/stopwatch.h b/include/wx/stopwatch.h index dce845461f..d7abae28be 100644 --- a/include/wx/stopwatch.h +++ b/include/wx/stopwatch.h @@ -11,6 +11,7 @@ #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