]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/htmllbox.cpp
Added support for delayed deactivation of windows (for MDI)
[wxWidgets.git] / src / generic / htmllbox.cpp
index 812e663dd7644db2ea8e4067df05e37e16a436e8..8f0ac4ab7eba9b5c14743ceee3fba3bc595e79fa 100644 (file)
@@ -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()