X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..bcd286534a7d880de1b9156a87e6bf5df87f6573:/include/wx/os2/sound.h?ds=sidebyside diff --git a/include/wx/os2/sound.h b/include/wx/os2/sound.h index 22530b7d4a..bef454b460 100644 --- a/include/wx/os2/sound.h +++ b/include/wx/os2/sound.h @@ -7,7 +7,7 @@ // Created: 10/17/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SOUND_H_ @@ -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: