]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndg72x.cpp
Moved fix to sndg72x.h
[wxWidgets.git] / utils / wxMMedia2 / lib / sndg72x.cpp
index f1332d48e59fa1a133c1ac25474c13b8b9c5151c..11cd9d1d97476e18d26d95d1137fcc1a7e36d915 100644 (file)
@@ -108,15 +108,12 @@ bool wxSoundFormatG72X::operator !=(const wxSoundFormatBase& frmt2) const
 // wxSoundStreamG72X
 // --------------------------------------------------------------------------
 
-// This fixes a bug in Mingw95
-typedef struct g72x_state g7s;
-
 wxSoundStreamG72X::wxSoundStreamG72X(wxSoundStream& sndio)
  : wxSoundStreamCodec(sndio)
 {
   // PCM converter
   m_router = new wxSoundRouterStream(sndio);
-  m_state  = new g7s;
+  m_state  = new g72state;
   g72x_init_state(m_state);
 }