]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpwin.cpp
make sure we are comparing the stripped strings
[wxWidgets.git] / src / msw / helpwin.cpp
index b2d56135569828ae6348cba1413b52dd7f4e625f..abaa425609b7dbfe36620e2a780214ca006ac20c 100644 (file)
@@ -98,7 +98,8 @@ bool wxWinHelpController::DisplayBlock(long block)
     return TRUE;
 }
 
-bool wxWinHelpController::KeywordSearch(const wxString& k)
+bool wxWinHelpController::KeywordSearch(const wxString& k,
+                                        wxHelpSearchMode WXUNUSED(mode))
 {
     if (m_helpFile.IsEmpty()) return FALSE;