]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpchm.h
Fixed source for WinCE compatibility
[wxWidgets.git] / include / wx / msw / helpchm.h
index f6dfebf704126c705534fc3e6d5d4353dff4952d..09c621b5f33e4235cae9a7b66a82d5e31706da47 100644 (file)
@@ -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);