Tex2RTF doesn't like {\tt{ thing}}

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-06-19 07:40:07 +00:00
parent fe161a2685
commit b325f27f23
5 changed files with 5 additions and 6 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