]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpchm.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / msw / helpchm.h
index f6dfebf704126c705534fc3e6d5d4353dff4952d..aa76e84a64a28e3a8141e7de44fb87bf5f7728a6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     16/04/2000
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_HELPCHM_H_
@@ -28,6 +28,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);