X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58b9c9baddc38500ea0d9738de1e0aeac039b64c..dc8a1aa53d9c71820d683aefe7ea04d7e480f63b:/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 
     {