]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stopwatch.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / stopwatch.h
index 096bd36ca63b34050d9e4478b1ffe4e42a4116b5..c08d15d28d58f5521fd1bf6f9135fda3570d02fc 100644 (file)
@@ -24,7 +24,7 @@
         wxLogMessage("And calling it twice took $ldms in all", sw.Time());
     @endcode
 
-    Since wxWidgets 2.9.3 this class uses @c ::QueryPerformanceCounter()
+    Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()
     function under MSW to measure the elapsed time. It provides higher
     precision than the usual timer functions but can suffer from bugs in its
     implementation in some Windows XP versions. If you encounter such problems,