mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Change boolean to bool
void DemodulatorMgr::garbageCollect(boolean forcedGC) should be void DemodulatorMgr::garbageCollect(bool forcedGC)
This commit is contained in:
parent
3604b7f1ff
commit
b315bac97f
@ -278,7 +278,7 @@ DemodulatorInstance *DemodulatorMgr::getLastDemodulatorWith(const std::string& t
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DemodulatorMgr::garbageCollect(boolean forcedGC) {
|
||||
void DemodulatorMgr::garbageCollect(bool forcedGC) {
|
||||
|
||||
std::lock_guard < std::mutex > lock(deleted_demods_busy);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user