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
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user