mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05:00
Fix boolean usage instead of bool (we are not Java, are we ?)
This commit is contained in:
parent
4e6197c579
commit
3334538e64
@ -21,7 +21,7 @@ public:
|
|||||||
int channels;
|
int channels;
|
||||||
float peak;
|
float peak;
|
||||||
int type;
|
int type;
|
||||||
boolean is_squelch_active = false;
|
bool is_squelch_active = false;
|
||||||
|
|
||||||
std::vector<float> data;
|
std::vector<float> data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user