mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-22 19:58:39 -05:00
MSVC patch for atomic_bool init
This commit is contained in:
parent
f9ee9b9145
commit
fcfebf3d46
@ -2,8 +2,8 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
SDRDeviceInfo::SDRDeviceInfo() : name(""), serial(""), available(false), remote(false), manual(false), active(false), soapyDevice(nullptr) {
|
SDRDeviceInfo::SDRDeviceInfo() : name(""), serial(""), available(false), remote(false), manual(false), soapyDevice(nullptr) {
|
||||||
|
active.store(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
SDRDeviceInfo::~SDRDeviceInfo() {
|
SDRDeviceInfo::~SDRDeviceInfo() {
|
||||||
|
Loading…
Reference in New Issue
Block a user