mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-08 08:55:07 -04:00
Fix boolean usage instead of bool (we are not Java, are we ?)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user