]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/gtk/wxole.h
add -mno-cygwin detection: we should treat cygwin as Windows, not Unix, when it's...
[wxWidgets.git] / utils / wxOLE / gtk / wxole.h
index 4c20f03b19df2731802adfb3fe93f58a3c958dba..b8264d6c31aa79c5d34f7cfa145efff4746491f9 100644 (file)
@@ -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: