Missing exports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-05-30 12:39:25 +00:00
parent d9210ab7b4
commit e484a5f8c2
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);