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.