VC++ to bomb compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2993
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg = FALSE)
+bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg)
{
wxFSFile *fi;
wxFileSystem fsys;
return;
}
+#if wxUSE_BUSYINFO
wxBusyInfo busyinfo(_("Preparing help window..."));
+#endif
if (m_Config) ReadCustomization(m_Config, m_ConfigRoot);