X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bae90c4cd512c351cc2b4b663e0ac1a649911746..6181cef53222dc7f04e0e52fc4a2d399709a076e:/include/wx/msw/sound.h diff --git a/include/wx/msw/sound.h b/include/wx/msw/sound.h index cdfa05d8d4..2e7e5ff48e 100644 --- a/include/wx/msw/sound.h +++ b/include/wx/msw/sound.h @@ -6,7 +6,7 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SOUND_H_ @@ -35,12 +35,12 @@ public: bool Create(int size, const wxByte* data); bool IsOk() const { return (m_waveData ? true : false); }; - + static void Stop(); protected: bool Free(); - + bool DoPlay(unsigned flags) const; private: