mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T259, Ref T243 adjusted providers to use common base classes
This commit is contained in:
@@ -190,7 +190,7 @@ namespace BlackCore
|
||||
// remark for simulation snapshot is used when there are restrictions
|
||||
// nevertheless we calculate all the time as the snapshot could be used in other scenarios
|
||||
|
||||
CSimulatedAircraftList aircraftInRange(getAircraftInRange()); // thread safe copy from provider
|
||||
CSimulatedAircraftList aircraftInRange(this->getAircraftInRange()); // thread safe copy from provider
|
||||
CAirspaceAircraftSnapshot snapshot(
|
||||
aircraftInRange,
|
||||
restricted, enabled,
|
||||
|
||||
Reference in New Issue
Block a user