summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/mix/mix_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_core/renderer/mix/mix_info.h')
-rw-r--r--src/audio_core/renderer/mix/mix_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_core/renderer/mix/mix_info.h b/src/audio_core/renderer/mix/mix_info.h
index b5fa4c0c7..7005daa4f 100644
--- a/src/audio_core/renderer/mix/mix_info.h
+++ b/src/audio_core/renderer/mix/mix_info.h
@@ -9,7 +9,7 @@
#include "audio_core/common/common.h"
#include "common/common_types.h"
-namespace AudioCore::AudioRenderer {
+namespace AudioCore::Renderer {
class EdgeMatrix;
class SplitterContext;
class EffectContext;
@@ -121,4 +121,4 @@ public:
const bool long_size_pre_delay_supported;
};
-} // namespace AudioCore::AudioRenderer
+} // namespace AudioCore::Renderer