mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Ref T442, style
This commit is contained in:
@@ -121,7 +121,7 @@ namespace BlackGui
|
||||
if (station.getCallsign().isEmpty()) { return; }
|
||||
if (added)
|
||||
{
|
||||
bool c = m_container.contains(&CAtcStation::getCallsign, station.getCallsign());
|
||||
const bool c = m_container.contains(&CAtcStation::getCallsign, station.getCallsign());
|
||||
if (!c) { this->insert(station); }
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user