X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..032bc940fcde34cc649eaa111cd6aff1cda66104:/utils/wxOLE/gtk/wxole.h?ds=sidebyside diff --git a/utils/wxOLE/gtk/wxole.h b/utils/wxOLE/gtk/wxole.h index 4c20f03b19..b8264d6c31 100644 --- a/utils/wxOLE/gtk/wxole.h +++ b/utils/wxOLE/gtk/wxole.h @@ -44,7 +44,7 @@ class wxOleServerEnv : public wxObject public: wxOleServerEnv( const wxString &name, const wxString &version ); - ~wxOleServerEnv(); + virtual ~wxOleServerEnv(); private: @@ -68,7 +68,7 @@ class wxOleServer : public wxObject public: wxOleServer( const wxString &id ); - ~wxOleServer(); + virtual ~wxOleServer(); virtual wxOleControl *CreateOleControl(); @@ -91,7 +91,7 @@ class wxOleControl : public wxFrame public: wxOleControl( wxWindowID id, long style = 0, const wxString &name = wxOleNameStr ); - ~wxOleControl(); + virtual ~wxOleControl(); bool Create( wxWindowID id, long style = 0, const wxString &name = wxOleNameStr ); protected: