boolean not a valid keyword

changed boolean to bool in garbageCollect
This commit is contained in:
Dell-Ray Sackett 2017-06-01 21:12:06 -07:00 committed by GitHub
parent b315bac97f
commit ab6cb059b9

View File

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