X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86fdd27b451ec92f4573f125fec73c44421ee744..31e1bd370d2ded34d97f4824029adb924a0a58a4:/utils/wxOLE/gtk/wxole.cpp diff --git a/utils/wxOLE/gtk/wxole.cpp b/utils/wxOLE/gtk/wxole.cpp index aa48f8a614..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; } @@ -358,7 +354,7 @@ bool wxOleControl::Create( wxWindowID id, long style, const wxString &name ) PreCreation( (wxWindow*) NULL, id, wxDefaultPosition, wxDefaultSize, style, name ); - m_title = _T("wxWindows OLE Server"); + m_title = _T("wxWidgets OLE Server"); /* any widget that can contain another widget and resizes it to its full size */