applied patch 744616: WXRC extension for automated use (Eduardo Marques)
[wxWidgets.git] / contrib / src / mmedia / sndwin.cpp
index 78ad0292b086705052c19c113cf4048151e41d1f..7e0795e89500bc8059c445b614e045c026390acc 100644 (file)
@@ -693,7 +693,7 @@ void wxSoundStreamWin::NotifyDoneBuffer(wxUint32 WXUNUSED(dev_handle), int flag)
 // -------------------------------------------------------------------------
 // SetSoundFormat()
 // -------------------------------------------------------------------------
-bool wxSoundStreamWin::SetSoundFormat(wxSoundFormatBase& base)
+bool wxSoundStreamWin::SetSoundFormat(const wxSoundFormatBase& base)
 {
   // TODO: detect best format
   return wxSoundStream::SetSoundFormat(base);