X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..31e1bd370d2ded34d97f4824029adb924a0a58a4:/utils/wxOLE/gtk/wxole.cpp?ds=inline diff --git a/utils/wxOLE/gtk/wxole.cpp b/utils/wxOLE/gtk/wxole.cpp index 243dde4a03..6793d882d3 100644 --- a/utils/wxOLE/gtk/wxole.cpp +++ b/utils/wxOLE/gtk/wxole.cpp @@ -65,7 +65,7 @@ class wxOleInputStream : public wxInputStream public: wxOleInputStream( GNOME_Stream stream ); - ~wxOleInputStream(); + virtual ~wxOleInputStream(); bool Ok() const { return m_error; }