From ab6cb059b973572fcda2226ef177a281c76f14db Mon Sep 17 00:00:00 2001 From: Dell-Ray Sackett Date: Thu, 1 Jun 2017 21:12:06 -0700 Subject: [PATCH] boolean not a valid keyword changed boolean to bool in garbageCollect --- src/demod/DemodulatorMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demod/DemodulatorMgr.h b/src/demod/DemodulatorMgr.h index 42032dc..906a9d7 100644 --- a/src/demod/DemodulatorMgr.h +++ b/src/demod/DemodulatorMgr.h @@ -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: