]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndfile.h
use CXXFLAGS instead of CFLAGS in several places now that the tests are done using...
[wxWidgets.git] / contrib / include / wx / mmedia / sndfile.h
index 5c5bc18d25c2be71da094bdb5647f89d6c850435..a3fed7ab42294ff92f73f315c2248cfbfcc65f46 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_SNDFILE_H
 #define _WX_SNDFILE_H
@@ -50,7 +51,7 @@ typedef enum {
 // Base class for file coders/decoders
 //
 
-class wxSoundFileStream: public wxSoundStream {
+class WXDLLIMPEXP_MMEDIA wxSoundFileStream: public wxSoundStream {
 public:
     wxSoundFileStream(wxInputStream& stream, wxSoundStream& io_sound);
     wxSoundFileStream(wxOutputStream& stream, wxSoundStream& io_sound);