X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/901b583c7117e84cecf01d741d61bc1ac1625ba7..245f35816d761212279e8cf223475efb7a367553:/src/generic/htmllbox.cpp diff --git a/src/generic/htmllbox.cpp b/src/generic/htmllbox.cpp index 812e663dd7..8f0ac4ab7e 100644 --- a/src/generic/htmllbox.cpp +++ b/src/generic/htmllbox.cpp @@ -143,11 +143,10 @@ bool wxHtmlListBox::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, - size_t countItems, long style, const wxString& name) { - return wxVListBox::Create(parent, id, pos, size, countItems, style, name); + return wxVListBox::Create(parent, id, pos, size, style, name); } wxHtmlListBox::~wxHtmlListBox()