mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-28 22:35:40 -04:00
The spectrum template was not being instantiated by the current build, so stale accesses to cfft_engine::n went unnoticed. Replace direct accesses to the private cfft_engine member with the public size() accessor. This restores spectrum compilation and allows the upcoming VLA cleanup to be built and tested. Signed-off-by: Robin Getz <rgetz503@gmail.com>