diff options
-rw-r--r-- | src/audio_core/audio_renderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/audio_renderer.cpp b/src/audio_core/audio_renderer.cpp index 9b7970d42..5d2feb1b9 100644 --- a/src/audio_core/audio_renderer.cpp +++ b/src/audio_core/audio_renderer.cpp @@ -58,7 +58,7 @@ public: } const EffectInStatus& GetInfo() const { - info; + return info; } EffectInStatus& Info() { |