From: Václav Slavík Date: Wed, 10 Sep 2003 07:55:34 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/506c7b5b69c42378a3ec53bf6084b909c0c05ccf compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/helpbest.h b/include/wx/msw/helpbest.h index f176eaa893..b8bd0bc1a9 100644 --- a/include/wx/msw/helpbest.h +++ b/include/wx/msw/helpbest.h @@ -71,7 +71,7 @@ public: } virtual bool KeywordSearch(const wxString& k, - wxHelpSearchMode mode = wxHELP_SEARCH_ALL); + wxHelpSearchMode mode = wxHELP_SEARCH_ALL) { return m_helpController->KeywordSearch( k, mode ); }