]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tls.h
clarify role of wxToolBarToolBase (fixes #9874)
[wxWidgets.git] / interface / wx / tls.h
index aa86dec70445012ccfd60d23b2af78b8a8e3002e..64d172609b779a494b0cbac509bf3a0583feb3e2 100644 (file)
@@ -46,7 +46,7 @@
     type emulating @c T @c *, i.e. a pointer to this type otherwise. This macro
     always returns an expression of type @c T itself.
 
-    As shown in wxTLS_TYPE() example, you may want to @c #define a symbol
+    As shown in wxTLS_TYPE() example, you may want to @c \#define a symbol
     wrapping a thread-specific variable with this macro. And, as also explained
     in wxTLS_TYPE() documentation, you may avoid using it entirely if you
     target only recent compilers.