]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/gtk/wxole.cpp
Simplify use of MacIsWindowScrollbar
[wxWidgets.git] / utils / wxOLE / gtk / wxole.cpp
index 243dde4a039142967c03a89ff1a7e3622d39ebbc..6793d882d319b26b3d2ddb9ecb6fb7011ddb0fc2 100644 (file)
@@ -65,7 +65,7 @@ class wxOleInputStream : public wxInputStream
 public:
 
   wxOleInputStream( GNOME_Stream stream );
-  ~wxOleInputStream();
+  virtual ~wxOleInputStream();
 
   bool Ok() const { return m_error; }