]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toolbar.h
use native toolbar, font dialog and CG by default
[wxWidgets.git] / include / wx / mac / carbon / toolbar.h
index ee979c767e49693b3cd90d047c24c78a28ac9f48..527c97e7931724c35f70266d0a7ce318d91d53bf 100644 (file)
@@ -37,7 +37,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
     Init();
     Create(parent, id, pos, size, style, name);
   }
-  ~wxToolBar();
+  virtual ~wxToolBar();
 
   bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
             long style = wxNO_BORDER|wxTB_HORIZONTAL,