X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..3c57bda5451d31315de797a285b9547693143316:/contrib/include/wx/mmedia/sndwin.h diff --git a/contrib/include/wx/mmedia/sndwin.h b/contrib/include/wx/mmedia/sndwin.h index d178f401c2..341f0b5253 100644 --- a/contrib/include/wx/mmedia/sndwin.h +++ b/contrib/include/wx/mmedia/sndwin.h @@ -4,6 +4,7 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDWIN_H #define _WX_SNDWIN_H @@ -24,7 +25,7 @@ class WXDLLIMPEXP_MMEDIA wxSoundStreamWin : public wxSoundStream { wxSoundStream& Write(const void *buffer, wxUint32 len); wxSoundStream& Read(void *buffer, wxUint32 len); - bool SetSoundFormat(wxSoundFormatBase& base); + bool SetSoundFormat(const wxSoundFormatBase& base); bool StartProduction(int evt); bool StopProduction();