mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-31 12:17:48 -04:00
boolean not a valid keyword
changed boolean to bool in garbageCollect
This commit is contained in:
parent
b315bac97f
commit
ab6cb059b9
@ -73,7 +73,7 @@ public:
|
|||||||
//all deleted demodulators are effectively GCed.
|
//all deleted demodulators are effectively GCed.
|
||||||
//else: (default) the method test for effective termination
|
//else: (default) the method test for effective termination
|
||||||
//and GC one demod per call.
|
//and GC one demod per call.
|
||||||
void garbageCollect(boolean forcedGC = false);
|
void garbageCollect(bool forcedGC = false);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user