X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..f901941933f6bad712e855476b90c169315f9391:/utils/helpview/src/remhelp.h diff --git a/utils/helpview/src/remhelp.h b/utils/helpview/src/remhelp.h index 6858b468dd..1f45bf0da8 100644 --- a/utils/helpview/src/remhelp.h +++ b/utils/helpview/src/remhelp.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface remhelp.h -#endif - #ifndef _WX_REMHELP_H_ #define _WX_REMHELP_H_ @@ -20,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(); @@ -48,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);