]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/sound.h
minor cleanup
[wxWidgets.git] / include / wx / osx / sound.h
index e41636b1efe8f49cfa3dbe892cbf9565ecc305df..10a781caf97f7b3147885754878fc5858e928aa8 100644 (file)
@@ -44,12 +44,12 @@ class WXDLLIMPEXP_ADV wxSound : public wxSoundBase
 {
 public:
     wxSound();
-    wxSound(const wxString& fileName, bool isResource = FALSE);
+    wxSound(const wxString& fileName, bool isResource = false);
     wxSound(int size, const wxByte* data);
     virtual ~wxSound();
 
     // Create from resource or file
-    bool  Create(const wxString& fileName, bool isResource = FALSE);
+    bool  Create(const wxString& fileName, bool isResource = false);
     // Create from data
     bool Create(int size, const wxByte* data);