]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndfile.h
[ 1176516 ] argv datatype has changed (char in docs but really wxChar)
[wxWidgets.git] / contrib / include / wx / mmedia / sndfile.h
index 62218e81d8d2120c61ff78e993a504b22bfcbee8..230b26d6b7d1d88cecefb26d13ce4d6e3ca0f6dc 100644 (file)
@@ -4,6 +4,7 @@
 // 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
@@ -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;