]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpwin.h
ProcessEvent() now saves the m_lastXXX parameters in case the event handler will
[wxWidgets.git] / include / wx / msw / helpwin.h
index 01b2eecf053bd8bc596c2fb08b91502450d07133..4d460f037a540314946578058d12ca6bcf18f5fe 100644 (file)
@@ -31,7 +31,7 @@ class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase
   ~wxWinHelpController(void);
 
   // Must call this to set the filename and server name
-  virtual bool Initialize(const wxString& file, int server = -1);
+  virtual bool Initialize(const wxString& file);
 
   // If file is "", reloads file given  in Initialize
   virtual bool LoadFile(const wxString& file = "");