mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
FFT: Add missing override to destructor
This commit is contained in:
parent
1ff05d3333
commit
1a8fb3e540
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ struct IntelFFT : public FFT::Instance
|
|||
: order (orderToUse), c2c (c2cToUse), c2r (cr2ToUse)
|
||||
{}
|
||||
|
||||
~IntelFFT()
|
||||
~IntelFFT() override
|
||||
{
|
||||
DftiFreeDescriptor (&c2c);
|
||||
DftiFreeDescriptor (&c2r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue