X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce00f59b5b169752d2f05ce3bb1a88ddc1b38b4c..b39badac119fe944152cd1408a90b82e710ea598:/src/osx/core/sound.cpp diff --git a/src/osx/core/sound.cpp b/src/osx/core/sound.cpp index ace90c2fde..aef9161af2 100644 --- a/src/osx/core/sound.cpp +++ b/src/osx/core/sound.cpp @@ -129,7 +129,7 @@ bool wxOSXAudioToolboxSoundData::Play(unsigned flags) return true; } -bool wxSound::Create(int WXUNUSED(size), const wxByte* WXUNUSED(data)) +bool wxSound::Create(size_t WXUNUSED(size), const void* WXUNUSED(data)) { wxFAIL_MSG( "not implemented" );