Formatting

This commit is contained in:
Klaus Basan
2017-06-26 02:09:38 +02:00
committed by Mathew Sutcliffe
parent d96a9a9fa2
commit d2d44085ba
6 changed files with 17 additions and 28 deletions

View File

@@ -157,7 +157,7 @@ namespace BlackMisc
// further reduce
if (patternUsed.hasName())
{
CAirlineIcaoCodeList backup(codesFound);
const CAirlineIcaoCodeList backup(codesFound);
codesFound = this->findByNamesOrTelephonyDesignator(patternUsed.getName());
if (codesFound.isEmpty()) { codesFound = backup; }
}