// CVSID: $Id$
// wxWindows licence
// --------------------------------------------------------------------------
-#ifdef __GNUG__
-#pragma implementation "sndwav.cpp"
-#endif
#include "wx/wxprec.h"
delete frmt;
}
- data << (fmt_data.GetSize() + m_sndformat->GetBytesFromTime(time));
+ data << (wxUint32)(fmt_data.GetSize() + m_sndformat->GetBytesFromTime(time));
// We, finally, copy the header block to the output stream
{