X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..31e1bd370d2ded34d97f4824029adb924a0a58a4:/utils/wxOLE/gtk/wxole.cpp diff --git a/utils/wxOLE/gtk/wxole.cpp b/utils/wxOLE/gtk/wxole.cpp index 07368ca3c0..6793d882d3 100644 --- a/utils/wxOLE/gtk/wxole.cpp +++ b/utils/wxOLE/gtk/wxole.cpp @@ -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; }