X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/mac/classic/sound.h diff --git a/include/wx/mac/classic/sound.h b/include/wx/mac/classic/sound.h index 8cbc2f1062..52e93a326b 100644 --- a/include/wx/mac/classic/sound.h +++ b/include/wx/mac/classic/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);