X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/os2/sound.h diff --git a/include/wx/os2/sound.h b/include/wx/os2/sound.h index c5b39444e4..43d09536ba 100644 --- a/include/wx/os2/sound.h +++ b/include/wx/os2/sound.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: sound.h +// Name: wx/os2/sound.h // Purpose: wxSound class (loads and plays short Windows .wav files). // Optional on non-Windows platforms. // Author: David Webster @@ -21,7 +21,7 @@ public: wxSound(); wxSound(const wxString& fileName, bool isResource = FALSE); wxSound(int size, const wxByte* data); - ~wxSound(); + virtual ~wxSound(); public: // Create from resource or file @@ -33,7 +33,7 @@ public: protected: bool Free(); - + bool DoPlay(unsigned flags) const; private: