X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f7ed8c899f6c5806712cc4384d908d4bdb47a898:/include/wx/mac/carbon/sound.h 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);