From 84e3b6cd272ee5febc69a442b736101c9805cf8e Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Fri, 2 May 2008 15:46:36 +0000 Subject: [PATCH] Removed missing parameter from docs of wxVListBox constructor (bug 1956198). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/vlbox.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/vlbox.tex b/docs/latex/wx/vlbox.tex index 00e4c8f295..e0f65d2bd1 100644 --- a/docs/latex/wx/vlbox.tex +++ b/docs/latex/wx/vlbox.tex @@ -50,7 +50,7 @@ event macros may be used with it. \membersection{wxVListBox::wxVListBox}\label{wxvlistboxctor} -\func{}{wxVListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{size\_t }{countItems = 0}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} +\func{}{wxVListBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = 0}, \param{const wxString\& }{name = wxVListBoxNameStr}} Normal constructor which calls \helpref{Create()}{wxvlistboxcreate} internally.