1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

A minor code cleanup

This commit is contained in:
tpoole 2017-10-12 12:31:55 +01:00
parent 996f44f3f6
commit 3cb185fcc3
10 changed files with 23 additions and 25 deletions

View file

@ -805,7 +805,8 @@ FFT::EngineImpl<IntelFFT> fftwEngine;
FFT::FFT (int order)
: engine (FFT::Engine::createBestEngineForPlatform (order)),
size (1 << order)
{}
{
}
FFT::~FFT() {}