From: Michael Wetherell Date: Mon, 30 May 2005 12:39:25 +0000 (+0000) Subject: Missing exports X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e484a5f8c23dc5b00b6ea0d8977df2c914e3bf9b Missing exports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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); diff --git a/contrib/include/wx/mmedia/sndwav.h b/contrib/include/wx/mmedia/sndwav.h index 10b092b80c..553e3e5593 100644 --- a/contrib/include/wx/mmedia/sndwav.h +++ b/contrib/include/wx/mmedia/sndwav.h @@ -26,7 +26,7 @@ // WAVE codec // -class wxSoundWave: public wxSoundFileStream { +class WXDLLIMPEXP_MMEDIA wxSoundWave: public wxSoundFileStream { public: wxSoundWave(wxInputStream& stream, wxSoundStream& io_sound); wxSoundWave(wxOutputStream& stream, wxSoundStream& io_sound);