correct CallHtmlHelp() overload being called in Quit()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-04-12 02:24:18 +00:00
parent f9d6e4e454
commit 40ec64aec2

View File

@ -213,7 +213,7 @@ bool wxCHMHelpController::KeywordSearch(const wxString& k,
bool wxCHMHelpController::Quit()
{
return CallHtmlHelp(NULL, HH_CLOSE_ALL);
return CallHtmlHelp(NULL, NULL, HH_CLOSE_ALL);
}
wxString wxCHMHelpController::GetValidFilename() const