]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo in HitTest() docs
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Jun 2006 15:04:52 +0000 (15:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Jun 2006 15:04:52 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex

index 33777d95978f247626150ae436220f50d6deede6..b9201706eff80b8d4aa49ecfe79f0c2bf2996b8b 100644 (file)
@@ -573,7 +573,7 @@ list or report views (this is a limitation of the native Win32 control).
 
 \membersection{wxListCtrl::HitTest}\label{wxlistctrlhittest}
 
-\func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}, \param{long\* }{ptrSubItem}}
+\func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}, \param{long *}{ptrSubItem}}
 
 Determines which item (if any) is at the specified point,
 giving details in {\it flags}. Returns index of the item or {\tt wxNOT\_FOUND}