X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..e56f4f9e90696fed39677c3410cb18562dcf0ad2:/contrib/include/wx/mmedia/sndcodec.h diff --git a/contrib/include/wx/mmedia/sndcodec.h b/contrib/include/wx/mmedia/sndcodec.h index 1db887d3cf..814565eb69 100644 --- a/contrib/include/wx/mmedia/sndcodec.h +++ b/contrib/include/wx/mmedia/sndcodec.h @@ -4,18 +4,16 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDCODEC_H #define _WX_SNDCODEC_H -#ifdef __GNUG__ -#pragma interface "sndcodec.h" -#endif - #include "wx/defs.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" -class wxSoundStreamCodec: public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundStreamCodec: public wxSoundStream { public: wxSoundStreamCodec(wxSoundStream& snd_io); ~wxSoundStreamCodec();