projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build a 2.9.x windows setup file and chm and htb sets of docs
[wxWidgets.git]
/
utils
/
helpview
/
src
/
remhelp.h
diff --git
a/utils/helpview/src/remhelp.h
b/utils/helpview/src/remhelp.h
index 8c143ced09c83bdec8eb3de19d202a31555eb9b6..1f45bf0da80af6f72adb9cc422c098dcded4e775 100644
(file)
--- a/
utils/helpview/src/remhelp.h
+++ b/
utils/helpview/src/remhelp.h
@@
-16,13
+16,13
@@
#include <wx/ipc.h>
#include <wx/html/helpctrl.h>
#include <wx/ipc.h>
#include <wx/html/helpctrl.h>
-class WXDLL
EXPORT
wxConfigBase;
+class WXDLL
IMPEXP_FWD_BASE
wxConfigBase;
class rhhcConnection : public wxConnection
{
public:
rhhcConnection(bool *isconn_a);
class rhhcConnection : public wxConnection
{
public:
rhhcConnection(bool *isconn_a);
- ~rhhcConnection();
+
virtual
~rhhcConnection();
bool OnAdvise(const wxString& topic, const wxString& item, char *data, int size, wxIPCFormat format);
bool OnDisconnect();
bool OnAdvise(const wxString& topic, const wxString& item, char *data, int size, wxIPCFormat format);
bool OnDisconnect();
@@
-44,7
+44,7
@@
class wxRemoteHtmlHelpController : public wxHelpControllerBase
DECLARE_CLASS(wxRemoteHtmlHelpController)
public:
wxRemoteHtmlHelpController(int style = wxHF_DEFAULT_STYLE);
DECLARE_CLASS(wxRemoteHtmlHelpController)
public:
wxRemoteHtmlHelpController(int style = wxHF_DEFAULT_STYLE);
- ~wxRemoteHtmlHelpController();
+
virtual
~wxRemoteHtmlHelpController();
void OnQuit(void);
void SetService(wxString& a_service);
void OnQuit(void);
void SetService(wxString& a_service);