compilation fix after the array changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a070d8ce24
commit
e53191be32
@ -17,7 +17,7 @@
|
|||||||
#include "wx/mmedia/sndcodec.h"
|
#include "wx/mmedia/sndcodec.h"
|
||||||
#include "wx/mmedia/sndbase.h"
|
#include "wx/mmedia/sndbase.h"
|
||||||
|
|
||||||
WX_DEFINE_EXPORTED_ARRAY(wxInt16, wxMSAdpcmCoeffs);
|
WX_DEFINE_EXPORTED_ARRAY_INT(wxInt16, wxMSAdpcmCoeffs);
|
||||||
|
|
||||||
//
|
//
|
||||||
// MSADPCM format
|
// MSADPCM format
|
||||||
|
Loading…
Reference in New Issue
Block a user