// Date: 08/11/1999
// Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
// CVSID: $Id$
+// License: wxWindows license
// --------------------------------------------------------------------------
#ifndef _WX_SNDFILE_H
#define _WX_SNDFILE_H
// 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;