Merge pull request #24 from howard0su/osx

another warning
pull/26/head
AlexandreRouma 2020-10-22 11:01:24 +02:00 zatwierdzone przez GitHub
commit d637cb9e75
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ void VFOManager::deleteVFO(VFOManager::VFO* vfo) {
std::string name = "";
for (auto const& [_name, _vfo] : vfos) {
if (_vfo == vfo) {
name == _name;
name = _name;
break;
}
}