Fix boolean usage instead of bool (we are not Java, are we ?)

This commit is contained in:
vsonnier 2018-01-13 12:17:02 +01:00
parent 4e6197c579
commit 3334538e64
1 changed files with 1 additions and 1 deletions

View File

@ -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;