aboutsummaryrefslogtreecommitdiff
path: root/src/audio_core/audio_renderer.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-08 16:02:58 -0400
committerGitHub <noreply@github.com>2018-09-08 16:02:58 -0400
commit3d9776f36adc34ea75f5f7ca064c2708e100eecc (patch)
treeebc5d8aed46027f96dc5ea2ecd1381171f0c964c /src/audio_core/audio_renderer.h
parent9cd79c25ed04bb1bf67192d810791ab39e09ee96 (diff)
parenta76f0d5d064fbdbcd709f60efcfbb7027927b393 (diff)
Merge pull request #1267 from MerryMage/audio_out
audio_renderer: Rename AudioOut instance to audio_out
Diffstat (limited to 'src/audio_core/audio_renderer.h')
-rw-r--r--src/audio_core/audio_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_renderer.h b/src/audio_core/audio_renderer.h
index eba67f28e..6d069d693 100644
--- a/src/audio_core/audio_renderer.h
+++ b/src/audio_core/audio_renderer.h
@@ -204,7 +204,7 @@ private:
AudioRendererParameter worker_params;
Kernel::SharedPtr<Kernel::Event> buffer_event;
std::vector<VoiceState> voices;
- std::unique_ptr<AudioCore::AudioOut> audio_core;
+ std::unique_ptr<AudioCore::AudioOut> audio_out;
AudioCore::StreamPtr stream;
};