// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "wxole.h"
-#endif
-
#include "wx/defs.h"
#include "wxole.h"
public:
wxOleInputStream( GNOME_Stream stream );
- ~wxOleInputStream();
+ virtual ~wxOleInputStream();
bool Ok() const { return m_error; }
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 */