diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 3 |
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}; |