X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f0740beb58234a7a6b6db6f4a0714cfa2177a31..65391c8ffcb388cd31f610776654f50aed97cbee:/include/wx/osx/sound.h diff --git a/include/wx/osx/sound.h b/include/wx/osx/sound.h index e41636b1ef..10a781caf9 100644 --- a/include/wx/osx/sound.h +++ b/include/wx/osx/sound.h @@ -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);