]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Latex corrections from Marc Albrecht
[wxWidgets.git] / docs / latex / wx / function.tex
index b204d0b7988b08b551c80e06484698529adb5376..74500810d67da2d714d1591057f177ac3eff4a52 100644 (file)
@@ -2566,7 +2566,7 @@ This macro returns the concatenation of two tokens \arg{x} and \arg{y}.
 \func{}{wxDYNLIB\_FUNCTION}{\param{}{type}, \param{}{name}, \param{}{dynlib}}
 
 When loading a function from a DLL you always have to cast the returned 
-\tt{void *} pointer to the correct type and, even more annoyingly, you have to
+{\tt{void *}} pointer to the correct type and, even more annoyingly, you have to
 repeat this type twice if you want to declare and define a function pointer all
 in one line