]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndcpcm.h
Some refresh optimizations.
[wxWidgets.git] / contrib / include / wx / mmedia / sndcpcm.h
index 2375e83733ab46392e460876225e2d4522de5ee1..310e0ebd35aca84f46ac43093839033903ac19e5 100644 (file)
@@ -20,7 +20,7 @@
 // PCM converter class
 //
 
-class wxSoundStreamPcm: public wxSoundStreamCodec {
+class WXDLLEXPORT wxSoundStreamPcm: public wxSoundStreamCodec {
 public:
     typedef void (*ConverterType)(const void *buf_in, void *buf_out,
                                   wxUint32 len);