X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..21802234dfc226c369e7d48af58e6c1b7f7242a3:/include/wx/generic/helpxlp.h diff --git a/include/wx/generic/helpxlp.h b/include/wx/generic/helpxlp.h index 5c0b26d257..823b5b936f 100644 --- a/include/wx/generic/helpxlp.h +++ b/include/wx/generic/helpxlp.h @@ -6,11 +6,9 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/* sccsid[] = "@(#)wx_help.h 1.2 5/9/94" */ - #ifndef __HELPXLPH__ #define __HELPXLPH__ @@ -21,15 +19,14 @@ #include #include "wx/wx.h" -#if USE_HELP +#if wxUSE_HELP #include "wx/helpbase.h" #ifdef __WXMSW__ -#include "wx/dde.h" + #include "wx/dde.h" #else -// Or whatever it'll be called -#include "wx/ipctcp.h" + #include "wx/sckipc.h" #endif class WXDLLEXPORT wxXLPHelpController; @@ -120,8 +117,10 @@ class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase bool helpRunning; wxXLPHelpConnection* helpConnection; wxXLPHelpClient helpClient; +private: + virtual bool Initialize(const wxString& file) { return(wxHelpControllerBase::Initialize(file)); }; }; -#endif // USE_HELP +#endif // wxUSE_HELP #endif // __HELPXLPH__