mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05: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.
|
||||
//else: (default) the method test for effective termination
|
||||
//and GC one demod per call.
|
||||
void garbageCollect(boolean forcedGC = false);
|
||||
void garbageCollect(bool forcedGC = false);
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user