projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add draft wxPlotWindow
[wxWidgets.git]
/
include
/
wx
/
generic
/
helpxlp.h
diff --git
a/include/wx/generic/helpxlp.h
b/include/wx/generic/helpxlp.h
index ec5aa7e1746ab3d9850aab90e3f592b9add733f7..823b5b936fddfb7d8eecba9457aaecab26b1d646 100644
(file)
--- 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
// 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__
#ifndef __HELPXLPH__
#define __HELPXLPH__
@@
-26,10
+24,9
@@
#include "wx/helpbase.h"
#ifdef __WXMSW__
#include "wx/helpbase.h"
#ifdef __WXMSW__
-#include "wx/dde.h"
+
#include "wx/dde.h"
#else
#else
-// Or whatever it'll be called
-#include "wx/ipctcp.h"
+ #include "wx/sckipc.h"
#endif
class WXDLLEXPORT wxXLPHelpController;
#endif
class WXDLLEXPORT wxXLPHelpController;
@@
-120,6
+117,8
@@
class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase
bool helpRunning;
wxXLPHelpConnection* helpConnection;
wxXLPHelpClient helpClient;
bool helpRunning;
wxXLPHelpConnection* helpConnection;
wxXLPHelpClient helpClient;
+private:
+ virtual bool Initialize(const wxString& file) { return(wxHelpControllerBase::Initialize(file)); };
};
#endif // wxUSE_HELP
};
#endif // wxUSE_HELP