mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Style
This commit is contained in:
@@ -78,7 +78,7 @@ namespace BlackCore
|
||||
|
||||
CLivery CModelDataReader::smartLiverySelector(const CLivery &liveryPattern) const
|
||||
{
|
||||
const CLiveryList liveries(getLiveries()); // thread safe copy
|
||||
const CLiveryList liveries(this->getLiveries()); // thread safe copy
|
||||
return liveries.smartLiverySelector(liveryPattern);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user