mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #402, post merge feedback by MS
This commit is contained in:
@@ -19,7 +19,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
|
||||
Client::Client(QObject *parent)
|
||||
: QObject(parent), COwnAircraftProviderSupport(COwnAircraftProviderDummy::instance()),
|
||||
: QObject(parent), COwnAircraftAware(COwnAircraftProviderDummy::instance()),
|
||||
m_net(new BlackCore::CNetworkVatlib(COwnAircraftProviderDummy::instance(), this))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user