X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05aa8cf3efc361e4b077d741005efd0c32a95acb..a6c129111b38341eb561b110fd1566b260740675:/contrib/include/wx/mmedia/sndesd.h diff --git a/contrib/include/wx/mmedia/sndesd.h b/contrib/include/wx/mmedia/sndesd.h index fc9675f043..211c5e6c83 100644 --- a/contrib/include/wx/mmedia/sndesd.h +++ b/contrib/include/wx/mmedia/sndesd.h @@ -9,10 +9,6 @@ #ifndef _WX_SNDESD_H #define _WX_SNDESD_H -#ifdef __GNUG__ -#pragma interface "sndesd.h" -#endif - #include "wx/defs.h" #include "wx/string.h" #include "wx/mmedia/defs.h" @@ -23,7 +19,7 @@ // ESD output class // -class wxSoundStreamESD : public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream { public: wxSoundStreamESD(const wxString& hostname = wxT("localhost")); ~wxSoundStreamESD();