mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #487 Finish IAircraftModelLoader::createModelLoader factory method
This commit is contained in:
committed by
Mathew Sutcliffe
parent
35cb4e2067
commit
94901b7846
@@ -69,8 +69,7 @@ namespace BlackMisc
|
||||
void gracefulShutdown();
|
||||
|
||||
//! Create a loader
|
||||
//! \todo just a hack, needs to be replaced
|
||||
static IAircraftModelLoader *createModelLoader(const BlackMisc::Simulation::CSimulatorInfo &info);
|
||||
static std::unique_ptr<IAircraftModelLoader> createModelLoader(const BlackMisc::Simulation::CSimulatorInfo &simInfo);
|
||||
|
||||
signals:
|
||||
//! Parsing is finished
|
||||
|
||||
Reference in New Issue
Block a user