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:
parent
f9d6e4e454
commit
40ec64aec2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user