]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndpcm.h
Warning fixes, source cleaning.
[wxWidgets.git] / contrib / include / wx / mmedia / sndpcm.h
index 652687a0f40fa8352b7f8b48eb9bb1ec90eb5f72..21690ff4aeb1fd85e4c2a7ec501edc4a320a8a1e 100644 (file)
@@ -13,6 +13,7 @@
 #endif
 
 #include "wx/defs.h"
 #endif
 
 #include "wx/defs.h"
+#include "wx/mmedia/defs.h"
 #include "wx/mmedia/sndbase.h"
 
 //
 #include "wx/mmedia/sndbase.h"
 
 //
@@ -22,7 +23,7 @@
 class wxSoundFormatPcm : public wxSoundFormatBase {
 public:
   wxSoundFormatPcm(wxUint32 srate = 22500, wxUint8 bps = 8,
 class wxSoundFormatPcm : public wxSoundFormatBase {
 public:
   wxSoundFormatPcm(wxUint32 srate = 22500, wxUint8 bps = 8,
-                   wxUint16 channels = 2, bool sign = TRUE,
+                   wxUint16 channels = 2, bool sign = true,
                    int order = wxLITTLE_ENDIAN); 
   ~wxSoundFormatPcm();
 
                    int order = wxLITTLE_ENDIAN); 
   ~wxSoundFormatPcm();