]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndwin.h
Keep wxSTC_LEX_ASP and _PHP available for now.
[wxWidgets.git] / contrib / include / wx / mmedia / sndwin.h
index d178f401c271d404b5f6c3f17e7fd1d348981982..341f0b525369869c9a924d355525b8ae32b2427d 100644 (file)
@@ -4,6 +4,7 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (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();