From: Vadim Zeitlin Date: Sun, 22 Jun 2003 23:01:11 +0000 (+0000) Subject: missing backslash before underscore (patch 758143) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/62313dec279c4f0df8059ee733ce2da95495fb95 missing backslash before underscore (patch 758143) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 219b7bcbba..ee6f817488 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -351,7 +351,7 @@ and it does not support the second parameter.} \membersection{wxMenu::FindItemByPosition}\label{wxmenufinditembyposition} -\constfunc{wxMenuItem*}{FindItemByPosition}{\param{size_t }{position}} +\constfunc{wxMenuItem*}{FindItemByPosition}{\param{size\_t }{position}} Returns the wxMenuItem given a position in the menu.