]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndwin.h
Warning fixes, source cleaning.
[wxWidgets.git] / contrib / include / wx / mmedia / sndwin.h
index fed5126066bd58f6f6556cca9a8f95bb1e68cf51..52d866d1db23f2c7d33914ac229c95210b2534e9 100644 (file)
@@ -9,13 +9,14 @@
 #define _WX_SNDWIN_H
 
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 
 typedef struct _wxSoundInternal wxSoundInternal;
 typedef struct _wxSoundInfoHeader wxSoundInfoHeader;
 
-class wxSoundInternal;
-class WXDLLEXPORT wxSoundStreamWin : public wxSoundStream {
+// class WXDLLIMPEXP_MMEDIA wxSoundInternal;
+class WXDLLIMPEXP_MMEDIA wxSoundStreamWin : public wxSoundStream {
  public:
   wxSoundStreamWin();
   ~wxSoundStreamWin();
@@ -23,7 +24,7 @@ class WXDLLEXPORT wxSoundStreamWin : public wxSoundStream {
   wxSoundStream& Write(const void *buffer, wxUint32 len);
   wxSoundStream& Read(void *buffer, wxUint32 len); 
 
-  bool SetSoundFormat(wxSoundFormatBase& base);
+  bool SetSoundFormat(const wxSoundFormatBase& base);
 
   bool StartProduction(int evt);
   bool StopProduction();