X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..5001df0dd594c4128de79e3dc31d40b4587ba331:/contrib/include/wx/mmedia/sndwav.h diff --git a/contrib/include/wx/mmedia/sndwav.h b/contrib/include/wx/mmedia/sndwav.h index 88b9e06c6a..951a0a0697 100644 --- a/contrib/include/wx/mmedia/sndwav.h +++ b/contrib/include/wx/mmedia/sndwav.h @@ -4,14 +4,11 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDWAV_H #define _WX_SNDWAV_H -#ifdef __GNUG__ -#pragma interface "sndwav.h" -#endif - #include "wx/defs.h" #include "wx/string.h" #include "wx/stream.h" @@ -25,7 +22,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);