mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 08:44:44 +01:00
another warning
This commit is contained in:
parent
72611b5fa7
commit
406f18bf11
@ -68,7 +68,7 @@ void VFOManager::deleteVFO(VFOManager::VFO* vfo) {
|
|||||||
std::string name = "";
|
std::string name = "";
|
||||||
for (auto const& [_name, _vfo] : vfos) {
|
for (auto const& [_name, _vfo] : vfos) {
|
||||||
if (_vfo == vfo) {
|
if (_vfo == vfo) {
|
||||||
name == _name;
|
name = _name;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user