X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..3c5487b14442ddbc6e43ee2f4475b5a6ba251fb1:/src/os2/helpwin.cpp?ds=sidebyside diff --git a/src/os2/helpwin.cpp b/src/os2/helpwin.cpp index 9e84bbf129..9c398cc185 100644 --- a/src/os2/helpwin.cpp +++ b/src/os2/helpwin.cpp @@ -108,7 +108,8 @@ bool wxWinHelpController::DisplayBlock(long block) return FALSE; } -bool wxWinHelpController::KeywordSearch(const wxString& k) +bool wxWinHelpController::KeywordSearch(const wxString& k, + wxHelpSearchMode WXUNUSED(mode)) { if (m_helpFile == "") return FALSE;