mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 20:14:19 -04:00
bd0ad31f77
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>