aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/voice.h')
-rw-r--r--core/voice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/voice.h b/core/voice.h
index 70b80841..3cf10d22 100644
--- a/core/voice.h
+++ b/core/voice.h
@@ -219,8 +219,7 @@ struct Voice {
AmbiScaling mAmbiScaling;
uint mAmbiOrder;
- std::unique_ptr<UhjDecoder> mDecoder;
- UhjDecoder::DecoderFunc mDecoderFunc{};
+ std::unique_ptr<DecoderBase> mDecoder;
/** Current target parameters used for mixing. */
uint mStep{0};