X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62d1f48baca0533a0fbbdbb691b6604de68399d9..fa2b309e782464cffe7163d03a740a32fa385af5:/utils/helpview/src/helpview.h diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 436f802a2c..bd1de5fd6c 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -12,10 +12,6 @@ #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);