X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8e045e24bb7f37af742fe6afb4a454fc900bfe5..751731864888f00e31e6dce1092ac28a1fac5358:/docs/latex/wx/function.tex?ds=sidebyside diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index b204d0b798..74500810d6 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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