From: Bryan Petty Date: Fri, 2 May 2008 15:46:26 +0000 (+0000) Subject: Removed missing parameter from docs of wxVListBox constructor (bug 1956198). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1a1b0c8aa50924a020814cd3bf12047428e3fb31 Removed missing parameter from docs of wxVListBox constructor (bug 1956198). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/vlbox.h b/interface/vlbox.h index 85ea204a98..206c21023f 100644 --- a/interface/vlbox.h +++ b/interface/vlbox.h @@ -48,8 +48,7 @@ public: wxVListBox(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - size_t countItems = 0, long style = 0, - const wxString& name = wxVListBoxNameStr); + long style = 0, const wxString& name = wxVListBoxNameStr); /** Destructor.