mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-05 06:37:52 -04: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;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void DemodulatorMgr::garbageCollect(boolean forcedGC) {
|
void DemodulatorMgr::garbageCollect(bool forcedGC) {
|
||||||
|
|
||||||
std::lock_guard < std::mutex > lock(deleted_demods_busy);
|
std::lock_guard < std::mutex > lock(deleted_demods_busy);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user