]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/helpview/src/helpview.h
Copy headers and get MDI and glcanvas fully building for OS X Cocoa port.
[wxWidgets.git] / utils / helpview / src / helpview.h
index 436f802a2cab35ada1c28ea5eb1473cc3c200f38..bd1de5fd6cb34c4ed065c7937fcf69111af00e48 100644 (file)
 #ifndef _WX_HELPVIEW_H_
 #define _WX_HELPVIEW_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "help.cpp"
-#endif
-
 #define hvVERSION 1.04
 
 #if wxUSE_IPC
@@ -69,7 +65,7 @@ class hvConnection : public wxConnection
 {
 public:
     hvConnection();
-    ~hvConnection();
+    virtual ~hvConnection();
 
     bool OnExecute(const wxString& topic, wxChar*data, int size, wxIPCFormat format);
     wxChar *OnRequest(const wxString& topic, const wxString& item, int *size, wxIPCFormat format);