X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..08202189cbf2f78d932f85b9733b69e24f08e58c:/include/wx/mac/carbon/sound.h?ds=sidebyside diff --git a/include/wx/mac/carbon/sound.h b/include/wx/mac/carbon/sound.h index cec0de6bc1..ab2555f5e9 100644 --- a/include/wx/mac/carbon/sound.h +++ b/include/wx/mac/carbon/sound.h @@ -23,7 +23,7 @@ public: wxSound(); wxSound(const wxString& fileName, bool isResource = FALSE); wxSound(int size, const wxByte* data); - ~wxSound(); + virtual ~wxSound(); public: bool Create(const wxString& fileName, bool isResource = FALSE);