compilation fix after Clear() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -721,8 +721,6 @@ void wxHtmlHelpFrame::CreateContents()
|
|||||||
if (! m_ContentsBox)
|
if (! m_ContentsBox)
|
||||||
return ;
|
return ;
|
||||||
|
|
||||||
m_ContentsBox->Clear();
|
|
||||||
|
|
||||||
if (m_PagesHash)
|
if (m_PagesHash)
|
||||||
{
|
{
|
||||||
WX_CLEAR_HASH_TABLE(*m_PagesHash);
|
WX_CLEAR_HASH_TABLE(*m_PagesHash);
|
||||||
|
Reference in New Issue
Block a user