X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6f941fdda845da4234983750aded4c11ce90fc6..2de89127de13004187b95eec5a8ca65067a33474:/utils/wxMMedia2/lib/sndg72x.cpp diff --git a/utils/wxMMedia2/lib/sndg72x.cpp b/utils/wxMMedia2/lib/sndg72x.cpp index f1332d48e5..11cd9d1d97 100644 --- a/utils/wxMMedia2/lib/sndg72x.cpp +++ b/utils/wxMMedia2/lib/sndg72x.cpp @@ -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); }