From 141ed8034b10d0ff2b60d1619cbf712d4b5a298c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Dec 2014 13:56:54 +0000 Subject: [PATCH] Correct typo in wxStopWatch example in the documentation. See #16744. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/stopwatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/stopwatch.h b/interface/wx/stopwatch.h index c08d15d28d..1d1ba3fafb 100644 --- a/interface/wx/stopwatch.h +++ b/interface/wx/stopwatch.h @@ -21,7 +21,7 @@ ... stopwatch is stopped now ... sw.Resume(); CallLongRunningFunction(); - wxLogMessage("And calling it twice took $ldms in all", sw.Time()); + wxLogMessage("And calling it twice took %ldms in all", sw.Time()); @endcode Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()