X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..01002a3525ac7eee5b31c6c4506121d37dde88c6:/contrib/include/wx/mmedia/sndcpcm.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndcpcm.h b/contrib/include/wx/mmedia/sndcpcm.h index 2375e83733..310e0ebd35 100644 --- a/contrib/include/wx/mmedia/sndcpcm.h +++ b/contrib/include/wx/mmedia/sndcpcm.h @@ -20,7 +20,7 @@ // PCM converter class // -class wxSoundStreamPcm: public wxSoundStreamCodec { +class WXDLLEXPORT wxSoundStreamPcm: public wxSoundStreamCodec { public: typedef void (*ConverterType)(const void *buf_in, void *buf_out, wxUint32 len);