]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/gtk/wxole.cpp
Simplify use of MacIsWindowScrollbar
[wxWidgets.git] / utils / wxOLE / gtk / wxole.cpp
index aa48f8a614505b47228dd04defd50ac1e7564d04..6793d882d319b26b3d2ddb9ecb6fb7011ddb0fc2 100644 (file)
@@ -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 */