1
0
Fork 0
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:
reuk 2021-12-15 14:39:50 +00:00
parent 1ff05d3333
commit 1a8fb3e540
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -772,7 +772,7 @@ struct IntelFFT : public FFT::Instance
: order (orderToUse), c2c (c2cToUse), c2r (cr2ToUse)
{}
~IntelFFT()
~IntelFFT() override
{
DftiFreeDescriptor (&c2c);
DftiFreeDescriptor (&c2r);