X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..922bcaff460ed7c5bc772db0953766dc1737f628:/contrib/src/mmedia/sndpcm.cpp diff --git a/contrib/src/mmedia/sndpcm.cpp b/contrib/src/mmedia/sndpcm.cpp index a6a5a70080..b9eb7cdea1 100644 --- a/contrib/src/mmedia/sndpcm.cpp +++ b/contrib/src/mmedia/sndpcm.cpp @@ -4,10 +4,8 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// wxWindows licence // -------------------------------------------------------------------------- -#ifdef __GNUG__ -#pragma implementation "sndpcm.cpp" -#endif #include "wx/wxprec.h" @@ -88,7 +86,7 @@ bool wxSoundFormatPcm::operator!=(const wxSoundFormatBase& format) const wxSoundFormatPcm *format2 = (wxSoundFormatPcm *)&format; if (format.GetType() != wxSOUND_PCM) - return TRUE; + return true; return ( (m_srate != format2->m_srate) || (m_bps != format2->m_bps) ||