X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..eba52a286df59324b485c2490acb8e8293d371e8:/src/os2/helpwin.cpp 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;