]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndcpcm.h
Warning fixes, source cleaning.
[wxWidgets.git] / contrib / include / wx / mmedia / sndcpcm.h
index 2375e83733ab46392e460876225e2d4522de5ee1..d54c6a6b8a2359ba972e56231f172e5830274141 100644 (file)
@@ -13,6 +13,7 @@
 #endif
 
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 #include "wx/mmedia/sndcodec.h"
 
@@ -20,7 +21,7 @@
 // PCM converter class
 //
 
-class wxSoundStreamPcm: public wxSoundStreamCodec {
+class WXDLLIMPEXP_MMEDIA wxSoundStreamPcm: public wxSoundStreamCodec {
 public:
     typedef void (*ConverterType)(const void *buf_in, void *buf_out,
                                   wxUint32 len);