From 24446906bc81fdd7a899f352f9f3bafff8a4fd00 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 29 Jan 2006 21:29:14 +0000 Subject: Use ALsizei/GLsizei to fix compile errors on mac / gcc 4.x. --- intern/SoundSystem/openal/SND_OpenALDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/SoundSystem') diff --git a/intern/SoundSystem/openal/SND_OpenALDevice.cpp b/intern/SoundSystem/openal/SND_OpenALDevice.cpp index 98eed6bb104..399008b3b28 100644 --- a/intern/SoundSystem/openal/SND_OpenALDevice.cpp +++ b/intern/SoundSystem/openal/SND_OpenALDevice.cpp @@ -404,7 +404,7 @@ SND_WaveSlot* SND_OpenALDevice::LoadSample(const STR_String& name, ALenum al_error = alGetError(); #ifdef OUDE_OPENAL - unsigned int samplerate, numberofsamples; // openal_2.12 + ALsizei samplerate, numberofsamples; // openal_2.12 #else int samplerate, numberofsamples; // openal_2.14+ #endif -- cgit v1.2.3