From 1a1b0c8aa50924a020814cd3bf12047428e3fb31 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Fri, 2 May 2008 15:46:26 +0000 Subject: [PATCH] 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 --- interface/vlbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.50.0