]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndcodec.cpp
Unicode compilation fixes
[wxWidgets.git] / utils / wxMMedia2 / lib / sndcodec.cpp
index 270a2c184e809911f156a599658f3247956319de..bef4e8326a91fcdb294d648d21d5fee09b257d82 100644 (file)
@@ -9,6 +9,7 @@
 #pragma implementation "sndcodec.cpp"
 #endif
 
+#include <wx/wxprec.h>
 #include "sndbase.h"
 #include "sndcodec.h"
 
@@ -35,3 +36,8 @@ void wxSoundStreamCodec::SetDuplexMode(bool duplex)
 {
   m_sndio->SetDuplexMode(duplex);
 }
+
+wxUint32 wxSoundStreamCodec::GetBestSize() const
+{
+  return m_sndio->GetBestSize();
+}