From b2c9d6d21746cc23ae092f772194346eadef7aa0 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Mon, 26 Jun 2017 14:41:12 -0700 Subject: Rename CMixer to Mixer --- Source/Core/AudioCommon/OpenSLESStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/OpenSLESStream.cpp') diff --git a/Source/Core/AudioCommon/OpenSLESStream.cpp b/Source/Core/AudioCommon/OpenSLESStream.cpp index 339af3a5ad..a65e4407a8 100644 --- a/Source/Core/AudioCommon/OpenSLESStream.cpp +++ b/Source/Core/AudioCommon/OpenSLESStream.cpp @@ -24,7 +24,7 @@ static SLPlayItf bqPlayerPlay; static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue; static SLMuteSoloItf bqPlayerMuteSolo; static SLVolumeItf bqPlayerVolume; -static CMixer* g_mixer; +static Mixer* g_mixer; #define BUFFER_SIZE 512 #define BUFFER_SIZE_IN_SAMPLES (BUFFER_SIZE / 2) -- cgit v1.2.3