X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..749a05ee85ea5453f155454e4640ebf795233ad3:/contrib/include/wx/mmedia/sndfile.h?ds=sidebyside diff --git a/contrib/include/wx/mmedia/sndfile.h b/contrib/include/wx/mmedia/sndfile.h index 62218e81d8..230b26d6b7 100644 --- a/contrib/include/wx/mmedia/sndfile.h +++ b/contrib/include/wx/mmedia/sndfile.h @@ -4,6 +4,7 @@ // Date: 08/11/1999 // Author: Guilhem Lavaux (C) 1999 // CVSID: $Id$ +// License: wxWindows license // -------------------------------------------------------------------------- #ifndef _WX_SNDFILE_H #define _WX_SNDFILE_H @@ -98,7 +99,7 @@ public: // You should use this function to test whether this file codec can read // the stream you passed to it. - virtual bool CanRead() { return FALSE; } + virtual bool CanRead() { return false; } protected: wxSoundRouterStream m_codec;