bool wxCHMHelpController::Quit()
{
- return CallHtmlHelp(NULL, HH_CLOSE_ALL);
+ return CallHtmlHelp(NULL, NULL, HH_CLOSE_ALL);
}
wxString wxCHMHelpController::GetValidFilename() const
{
wxString path, name, ext;
- wxSplitPath(m_helpFile, &path, &name, &ext);
+ wxFileName::SplitPath(m_helpFile, &path, &name, &ext);
wxString fullName;
if (path.IsEmpty())