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:
parent
12936eaba6
commit
141ed8034b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
... stopwatch is stopped now ...
|
... stopwatch is stopped now ...
|
||||||
sw.Resume();
|
sw.Resume();
|
||||||
CallLongRunningFunction();
|
CallLongRunningFunction();
|
||||||
wxLogMessage("And calling it twice took $ldms in all", sw.Time());
|
wxLogMessage("And calling it twice took %ldms in all", sw.Time());
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()
|
Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue