X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86fdd27b451ec92f4573f125fec73c44421ee744..1d7ed72986389e8311915e763f10da9ba1519059:/utils/wxOLE/gtk/wxole.h diff --git a/utils/wxOLE/gtk/wxole.h b/utils/wxOLE/gtk/wxole.h index 1f765dc507..b8264d6c31 100644 --- a/utils/wxOLE/gtk/wxole.h +++ b/utils/wxOLE/gtk/wxole.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma interface "wxole.h" -#endif - #ifndef _WX_OLE_H_ #define _WX_OLE_H_ @@ -48,7 +44,7 @@ class wxOleServerEnv : public wxObject public: wxOleServerEnv( const wxString &name, const wxString &version ); - ~wxOleServerEnv(); + virtual ~wxOleServerEnv(); private: @@ -72,7 +68,7 @@ class wxOleServer : public wxObject public: wxOleServer( const wxString &id ); - ~wxOleServer(); + virtual ~wxOleServer(); virtual wxOleControl *CreateOleControl(); @@ -95,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: