1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Update table column array sizes to match number of columns in table. Fix #857.

This commit is contained in:
Jon Beniston 2021-04-20 15:29:01 +01:00
parent ebc33ecdb2
commit 151cd2368c

View File

@ -27,7 +27,7 @@
class Serializable;
// Number of columns in the table
#define ADSBDEMOD_COLUMNS 23
#define ADSBDEMOD_COLUMNS 25
struct ADSBDemodSettings
{