]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/mmedia/sndfile.h
Warning fixes, source cleaning.
[wxWidgets.git] / contrib / include / wx / mmedia / sndfile.h
index 62218e81d8d2120c61ff78e993a504b22bfcbee8..5c5bc18d25c2be71da094bdb5647f89d6c850435 100644 (file)
@@ -98,7 +98,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;