X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3abcf424a3e250f5537f9f076d3fb86a925e2547:/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);