public:
wxOleServerEnv( const wxString &name, const wxString &version );
- ~wxOleServerEnv();
+ virtual ~wxOleServerEnv();
private:
public:
wxOleServer( const wxString &id );
- ~wxOleServer();
+ virtual ~wxOleServer();
virtual wxOleControl *CreateOleControl();
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: