]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Sep 2003 07:55:34 +0000 (07:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Sep 2003 07:55:34 +0000 (07:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/helpbest.h

index f176eaa893b74c3cc8ef7db2479857f43193e660..b8bd0bc1a9f635503ae26fa5d4ff0349f5c48972 100644 (file)
@@ -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 );
     }