]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/timer.h
compilation fix for PCH-less build
[wxWidgets.git] / interface / timer.h
index 97ba7e4e851e1d0ff0460a1c994af4e89cff84db..49de74c8ef1aaffd87a33c9a20baded614ee260a 100644 (file)
@@ -32,7 +32,7 @@
     after constructing it before it actually starts sending notifications. It can
     be stopped later with wxTimer::Stop.
 
-    @b Note: A timer can only be used from the main thread.
+    @note A timer can only be used from the main thread.
 
     @library{wxbase}
     @category{misc}