mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Convolution: Fix integer conversion in unit tests
This commit is contained in:
parent
5f44c14576
commit
97fa2f0e8a
2 changed files with 3 additions and 3 deletions
|
|
@ -470,7 +470,7 @@ public:
|
|||
Convolution::Stereo::no,
|
||||
Convolution::Trim::yes,
|
||||
Convolution::Normalise::no,
|
||||
AudioBlock<const float> (channels, numElementsInArray (channels), length));
|
||||
AudioBlock<const float> (channels, numElementsInArray (channels), (size_t) length));
|
||||
}
|
||||
|
||||
beginTest ("IRs with extra silence are trimmed appropriately");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue