X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..191e43fd02e958cd302049c469fb0f5ca9b67ceb:/utils/helpview/src/helpview.h?ds=sidebyside diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 2dbf1cdadb..bd1de5fd6c 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -65,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);