mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-06 10:56:34 -04:00
e3cf04b227
cppcheck reported that the addToPowerFilter() declaration argument order differed from the function definition. The header declared the arguments as (y, x), while the implementation and all call sites use (x, y). Update the declaration to match the implementation and callers to avoid confusion and potential misuse of the function arguments. Signed-off-by: Robin Getz <rgetz503@gmail.com>