]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/helpview/src/remhelp.h
Make TOOLKIT variable constant in MSW makefiles.
[wxWidgets.git] / utils / helpview / src / remhelp.h
index 6858b468dd4e0fe359ba0eb4b8ac0476b7bc8e11..1f45bf0da80af6f72adb9cc422c098dcded4e775 100644 (file)
@@ -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_
 
 #include <wx/ipc.h>
 #include <wx/html/helpctrl.h>
 
-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);