X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d3a3a5cbcdbe9ad10b808bf65a636e17c734fca..506c7b5b69c42378a3ec53bf6084b909c0c05ccf:/include/wx/msw/helpbest.h 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 ); }