X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/include/wx/os2/sound.h 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: