mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 12:18: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;
|
||||
float peak;
|
||||
int type;
|
||||
boolean is_squelch_active = false;
|
||||
bool is_squelch_active = false;
|
||||
|
||||
std::vector<float> data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user