X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10368bffe1dc0f9e091246fd281ebda51f6ee3f6..800f137903a7962385d79c054128574704e869d0:/src/generic/htmllbox.cpp diff --git a/src/generic/htmllbox.cpp b/src/generic/htmllbox.cpp index cc51601b0d..796b5070c3 100644 --- a/src/generic/htmllbox.cpp +++ b/src/generic/htmllbox.cpp @@ -603,6 +603,11 @@ void wxSimpleHtmlListBox::DoClear() UpdateCount(); } +void wxSimpleHtmlListBox::Clear() +{ + DoClear(); +} + void wxSimpleHtmlListBox::DoDeleteOneItem(unsigned int n) { m_items.RemoveAt(n);