X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..749a05ee85ea5453f155454e4640ebf795233ad3:/contrib/include/wx/mmedia/sndoss.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndoss.h b/contrib/include/wx/mmedia/sndoss.h index 24a1e2c9af..0760182bb5 100644 --- a/contrib/include/wx/mmedia/sndoss.h +++ b/contrib/include/wx/mmedia/sndoss.h @@ -4,6 +4,7 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDOSS_H #define _WX_SNDOSS_H @@ -14,6 +15,7 @@ #include "wx/defs.h" #include "wx/string.h" +#include "wx/mmedia/defs.h" #include "wx/mmedia/sndbase.h" #include "wx/mmedia/sndpcm.h" @@ -21,7 +23,7 @@ // OSS output class // -class wxSoundStreamOSS : public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundStreamOSS : public wxSoundStream { public: wxSoundStreamOSS(const wxString& dev_name = wxT("/dev/dsp")); ~wxSoundStreamOSS();