X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b4f8dd5c0fe1bf44fb7971c669b036d4ad6eebe..0662cd3286d6da0be81ef063633fec13c5cf741b:/utils/wxMMedia2/lib/sndoss.h?ds=sidebyside diff --git a/utils/wxMMedia2/lib/sndoss.h b/utils/wxMMedia2/lib/sndoss.h index 84fc3f314e..4d0e79e08b 100644 --- a/utils/wxMMedia2/lib/sndoss.h +++ b/utils/wxMMedia2/lib/sndoss.h @@ -25,8 +25,8 @@ class wxSoundStreamOSS : public wxSoundStream { wxSoundStreamOSS(const wxString& dev_name = _T("/dev/dsp")); ~wxSoundStreamOSS(); - wxSoundStream& Read(void *buffer, size_t len); - wxSoundStream& Write(const void *buffer, size_t len); + wxSoundStream& Read(void *buffer, wxUint32 len); + wxSoundStream& Write(const void *buffer, wxUint32 len); wxUint32 GetBestSize() const; bool SetSoundFormat(const wxSoundFormatBase& format);