diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 884f126b84..8177c3de27 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -31,6 +31,9 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; class WXDLLEXPORT wxGaugeBase : public wxControl { public: +#ifdef __WXMAC_X__ + virtual ~wxGaugeBase() { } +#endif bool Create(wxWindow *parent, wxWindowID id, int range,