X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05aa8cf3efc361e4b077d741005efd0c32a95acb..a6c129111b38341eb561b110fd1566b260740675:/contrib/include/wx/mmedia/sndfile.h diff --git a/contrib/include/wx/mmedia/sndfile.h b/contrib/include/wx/mmedia/sndfile.h index 230b26d6b7..a3fed7ab42 100644 --- a/contrib/include/wx/mmedia/sndfile.h +++ b/contrib/include/wx/mmedia/sndfile.h @@ -51,7 +51,7 @@ typedef enum { // Base class for file coders/decoders // -class wxSoundFileStream: public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundFileStream: public wxSoundStream { public: wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound); wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound);