// --------------------------------------------------------------------------
// wxSoundStreamG72X
// --------------------------------------------------------------------------
+
wxSoundStreamG72X::wxSoundStreamG72X(wxSoundStream& sndio)
: wxSoundStreamCodec(sndio)
{
// PCM converter
m_router = new wxSoundRouterStream(sndio);
- m_state = new struct g72x_state;
+ m_state = new g72state;
g72x_init_state(m_state);
}