git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12617
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=.\sndmsad.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\sndpcm.cpp
# End Source File
# Begin Source File
SOURCE=.\sndpcm.cpp
# End Source File
# Begin Source File
delete[] m_coefs;
}
// TODO: Add some memory checking here
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];
for (i=0;i<ncoefs;i++)
m_coefs[i] = new wxInt16[coefs_len];