diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/device.h b/core/device.h index feb8f0b8..d626f2c4 100644 --- a/core/device.h +++ b/core/device.h @@ -69,7 +69,7 @@ struct InputRemixMap { struct TargetMix { Channel channel; float mix; }; Channel channel; - std::array<TargetMix,2> targets; + al::span<const TargetMix> targets; }; |