diff options
Diffstat (limited to 'core/voice.h')
-rw-r--r-- | core/voice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/voice.h b/core/voice.h index 94385884..ba5e82cc 100644 --- a/core/voice.h +++ b/core/voice.h @@ -214,6 +214,7 @@ struct Voice { uint mAmbiOrder; std::unique_ptr<UhjDecoder> mDecoder; + UhjDecoder::DecoderFunc mDecoderFunc{}; /** Current target parameters used for mixing. */ uint mStep{0}; |