Latex corrections from Marc Albrecht

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-06-18 17:57:47 +00:00
parent f8e045e24b
commit 7517318648
8 changed files with 15 additions and 8 deletions

View 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