X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..e8332ccfe0cf1653b257d46d5c41339e2b2da438:/contrib/include/wx/mmedia/sndpcm.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndpcm.h b/contrib/include/wx/mmedia/sndpcm.h index ab742f803f..970caee5c2 100644 --- a/contrib/include/wx/mmedia/sndpcm.h +++ b/contrib/include/wx/mmedia/sndpcm.h @@ -4,6 +4,7 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDPCM_H #define _WX_SNDPCM_H @@ -23,7 +24,7 @@ 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();