Ref T442, style

This commit is contained in:
Klaus Basan
2018-12-06 03:14:58 +01:00
parent 669a1ea995
commit 02213e860d
8 changed files with 53 additions and 53 deletions

View File

@@ -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