]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndfile.h
Don't set insertion point if the text is the same in SetValue
[wxWidgets.git] / contrib / include / wx / mmedia / sndfile.h
index 65dc8885101a5aa84fd23ecdb8e5cd584c8c84fa..62218e81d8d2120c61ff78e993a504b22bfcbee8 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "wx/defs.h"
 #include "wx/stream.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 #include "wx/mmedia/sndcodec.h"
 
@@ -19,7 +20,7 @@
 // Codec router class
 //
 
-class WXDLLEXPORT wxSoundRouterStream: public wxSoundStreamCodec {
+class WXDLLIMPEXP_MMEDIA wxSoundRouterStream: public wxSoundStreamCodec {
  public:
   wxSoundRouterStream(wxSoundStream& sndio);
   ~wxSoundRouterStream();