]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helpbase.h
added "access" parameter to wxFile::Create and Open. The default value is
[wxWidgets.git] / include / wx / helpbase.h
index 24557948d1654a1a8b751ab23cf2277b479feb48..1e7752f5c5e5b20267edf29ba098389b11320876 100644 (file)
@@ -32,7 +32,8 @@ class WXDLLEXPORT wxHelpControllerBase: public wxObject
   // Must call this to set the filename and server name.
   // server is only required when implementing TCP/IP-based
   // help controllers.
-  virtual bool Initialize(const wxString& file, int server = -1) = 0;
+  virtual bool Initialize(const wxString& file, int server) { return FALSE; };
+  virtual bool Initialize(const wxString& file) = 0;
 
   // If file is "", reloads file given  in Initialize
   virtual bool LoadFile(const wxString& file = "") = 0;