X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..1de1196ab3ad5c0f143870b1bf5568adcf383424:/include/wx/msw/sound.h?ds=inline 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: