]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndwin.h
Don't set insertion point if the text is the same in SetValue
[wxWidgets.git] / contrib / include / wx / mmedia / sndwin.h
index d178f401c271d404b5f6c3f17e7fd1d348981982..52d866d1db23f2c7d33914ac229c95210b2534e9 100644 (file)
@@ -24,7 +24,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();