X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..fa2b309e782464cffe7163d03a740a32fa385af5:/utils/helpview/src/remhelp.h?ds=sidebyside diff --git a/utils/helpview/src/remhelp.h b/utils/helpview/src/remhelp.h index 8c143ced09..1f45bf0da8 100644 --- a/utils/helpview/src/remhelp.h +++ b/utils/helpview/src/remhelp.h @@ -16,13 +16,13 @@ #include #include -class WXDLLEXPORT wxConfigBase; +class WXDLLIMPEXP_FWD_BASE wxConfigBase; 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(); @@ -44,7 +44,7 @@ class wxRemoteHtmlHelpController : public wxHelpControllerBase DECLARE_CLASS(wxRemoteHtmlHelpController) public: wxRemoteHtmlHelpController(int style = wxHF_DEFAULT_STYLE); - ~wxRemoteHtmlHelpController(); + virtual ~wxRemoteHtmlHelpController(); void OnQuit(void); void SetService(wxString& a_service);