mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-04 09:56:27 -04:00
09980d9782
cppcheck reported that the displayTableSettings() declaration argument order differed from the function definition. The header declared the arguments as (columnIndexes, columnSizes), while the implementation and all call sites use (columnSizes, columnIndexes). Update the declaration to match the implementation and remove ambiguity between the table column width and ordering arrays. Signed-off-by: Robin Getz <rgetz503@gmail.com>