]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpbest.h
Fixed source for WinCE compatibility
[wxWidgets.git] / include / wx / msw / helpbest.h
index f176eaa893b74c3cc8ef7db2479857f43193e660..003f100e8e63e353e3228cb291d52166056d8422 100644 (file)
@@ -33,6 +33,7 @@ public:
 
     // Must call this to set the filename
     virtual bool Initialize(const wxString& file);
+    virtual bool Initialize(const wxString& file, int WXUNUSED(server) ) { return Initialize( file ); }
 
     // If file is "", reloads file given in Initialize
     virtual bool LoadFile(const wxString& file = wxEmptyString)
@@ -71,7 +72,7 @@ public:
     }
 
     virtual bool KeywordSearch(const wxString& k,
-                               wxHelpSearchMode mode = wxHELP_SEARCH_ALL);
+                               wxHelpSearchMode mode = wxHELP_SEARCH_ALL)
     {
         return m_helpController->KeywordSearch( k, mode );
     }