]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/toolbar.cpp
replace use of deprecated GtkPixmap
[wxWidgets.git] / src / mac / classic / toolbar.cpp
index e45400efe08189442312989d9a857873aac4e113..15b9379cbad40d81e1b3625ba32244620a68710f 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
-#include "wx/bitmap.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxControl)
 
@@ -55,7 +54,7 @@ public:
         Init() ;
     }
 
-    ~wxToolBarTool()
+    virtual ~wxToolBarTool()
     {
         if ( m_controlHandle )
             DisposeControl( m_controlHandle ) ;