Removed default parameter setting for wxHtmlHelpControler::AddBook causing
VC++ to bomb compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -219,7 +219,7 @@ static int IndexCompareFunc(const void *a, const void *b)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg = FALSE)
|
bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
|
||||||
{
|
{
|
||||||
wxFSFile *fi;
|
wxFSFile *fi;
|
||||||
wxFileSystem fsys;
|
wxFileSystem fsys;
|
||||||
@@ -532,7 +532,9 @@ void wxHtmlHelpController::CreateHelpWindow()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wxUSE_BUSYINFO
|
||||||
wxBusyInfo busyinfo(_("Preparing help window..."));
|
wxBusyInfo busyinfo(_("Preparing help window..."));
|
||||||
|
#endif
|
||||||
|
|
||||||
if (m_Config) ReadCustomization(m_Config, m_ConfigRoot);
|
if (m_Config) ReadCustomization(m_Config, m_ConfigRoot);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user