]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/gtk/wxole.cpp
Simplify use of MacIsWindowScrollbar
[wxWidgets.git] / utils / wxOLE / gtk / wxole.cpp
index 07368ca3c0b7c7275ead0279a0f77a95a05bc138..6793d882d319b26b3d2ddb9ecb6fb7011ddb0fc2 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "wxole.h"
-#endif
-
 #include "wx/defs.h"
 #include "wxole.h"
 
@@ -69,7 +65,7 @@ class wxOleInputStream : public wxInputStream
 public:
 
   wxOleInputStream( GNOME_Stream stream );
-  ~wxOleInputStream();
+  virtual ~wxOleInputStream();
 
   bool Ok() const { return m_error; }