X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58b9c9baddc38500ea0d9738de1e0aeac039b64c..a485900cf09c5654655e69af639e4f3f4bc4c486:/contrib/src/mmedia/sndwav.cpp diff --git a/contrib/src/mmedia/sndwav.cpp b/contrib/src/mmedia/sndwav.cpp index 793d6cb6e6..5bf9e7fd4e 100644 --- a/contrib/src/mmedia/sndwav.cpp +++ b/contrib/src/mmedia/sndwav.cpp @@ -6,9 +6,6 @@ // CVSID: $Id$ // wxWindows licence // -------------------------------------------------------------------------- -#ifdef __GNUG__ -#pragma implementation "sndwav.cpp" -#endif #include "wx/wxprec.h" @@ -373,7 +370,7 @@ FAIL_WITH(s->Write(&signature, 4).LastWrite() != 4, wxSOUND_INVSTRM); 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 {