]> 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 477ac9f9e6ff2876510a698c38152e1a11d4524d..b8264d6c31aa79c5d34f7cfa145efff4746491f9 100644 (file)
@@ -9,16 +9,13 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface "wxole.h"
-#endif
-
 #ifndef _WX_OLE_H_
 #define _WX_OLE_H_
 
 #include "wx/defs.h"
 #include "wx/object.h"
 #include "wx/frame.h"
+#include "wx/stream.h"
 
 //-----------------------------------------------------------------------------
 // global data
@@ -47,7 +44,7 @@ class wxOleServerEnv : public wxObject
 public:
   
   wxOleServerEnv( const wxString &name, const wxString &version );
-  ~wxOleServerEnv();
+  virtual ~wxOleServerEnv();
 
 private:
 
@@ -71,7 +68,7 @@ class wxOleServer : public wxObject
 public:
   
   wxOleServer( const wxString &id );
-  ~wxOleServer();
+  virtual ~wxOleServer();
   
   virtual wxOleControl *CreateOleControl();
   
@@ -94,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: