]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndesd.h
some changes to make wxHtmlHelpController easier to subclass
[wxWidgets.git] / utils / wxMMedia2 / lib / sndesd.h
index 56e44f88d222d0dbc4952c63e73225b371cc7a69..19e8c95d5ebb83d8a2074b6c09fcb80730b1c828 100644 (file)
@@ -25,8 +25,8 @@ class wxSoundStreamESD : public wxSoundStream {
   wxSoundStreamESD(const wxString& hostname = _T("localhost"));
   ~wxSoundStreamESD();
 
-  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);
 
   bool SetSoundFormat(const wxSoundFormatBase& format);