]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndaiff.h
Change the access of the event handler functions for Patch #1185584
[wxWidgets.git] / contrib / include / wx / mmedia / sndaiff.h
index df9b2f2fa77395cff061ee0331e8b629c45339d0..edfe84b98759998dce13fb1efbe148be212dddcc 100644 (file)
@@ -4,6 +4,7 @@
 // Date: 08/11/1999
 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
 // CVSID: $Id$
+// License:    wxWindows license
 // --------------------------------------------------------------------------
 #ifndef _WX_SNDAIFF_H
 #define _WX_SNDAIFF_H
@@ -14,6 +15,7 @@
 
 #include "wx/defs.h"
 #include "wx/stream.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 #include "wx/mmedia/sndcodec.h"
 #include "wx/mmedia/sndfile.h"
@@ -22,7 +24,7 @@
 // AIFF codec
 //
 
-class wxSoundAiff: public wxSoundFileStream {
+class WXDLLIMPEXP_MMEDIA wxSoundAiff: public wxSoundFileStream {
 public:
     wxSoundAiff(wxInputStream& stream, wxSoundStream& io_sound);
     wxSoundAiff(wxOutputStream& stream, wxSoundStream& io_sound);