mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fix weak vtables
This commit is contained in:
@@ -24,6 +24,9 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Simulation
|
||||
{
|
||||
IRemoteAircraftProvider::~IRemoteAircraftProvider()
|
||||
{ }
|
||||
|
||||
const CLogCategoryList &CRemoteAircraftProvider::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::matching(), CLogCategory::network() };
|
||||
@@ -756,6 +759,9 @@ namespace BlackMisc
|
||||
return removedCallsign;
|
||||
}
|
||||
|
||||
CRemoteAircraftAware::~CRemoteAircraftAware()
|
||||
{ }
|
||||
|
||||
CSimulatedAircraftList CRemoteAircraftAware::getAircraftInRange() const
|
||||
{
|
||||
Q_ASSERT_X(this->provider(), Q_FUNC_INFO, "No object available");
|
||||
|
||||
Reference in New Issue
Block a user