]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndmsad.cpp
update watcom makefile
[wxWidgets.git] / contrib / src / mmedia / sndmsad.cpp
index 6024e8e4c173b429d38738e3c86ac20f5a76d5ab..dbc6505d5bf409262a2b6dd247b91468bba73d2c 100644 (file)
@@ -77,7 +77,7 @@ void wxSoundFormatMSAdpcm::SetCoefs(wxInt16 **coefs, wxUint16 ncoefs,
         delete[] m_coefs;
     }
     // TODO: Add some memory checking here
-    m_coefs = new (wxInt16 *)[ncoefs];
+    m_coefs = new wxInt16 *[ncoefs];
 
     for (i=0;i<ncoefs;i++)
        m_coefs[i] = new wxInt16[coefs_len];