removed countItems parameter from ctor -- doesn't work anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user