#pragma implementation "sndmsad.cpp"
#endif
-#include <wx/wxprec.h>
+#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/defs.h"
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];