mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
Fix weak vtables
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
static constexpr int DefaultOffsetTimeMs = 6000; //!< \fixme copied from CNetworkVatlib::c_positionTimeOffsetMsec
|
||||
|
||||
//! Destructor
|
||||
virtual ~IRemoteAircraftProvider() {}
|
||||
virtual ~IRemoteAircraftProvider();
|
||||
|
||||
//! All remote aircraft
|
||||
//! \threadsafe
|
||||
@@ -449,7 +449,7 @@ namespace BlackMisc
|
||||
{
|
||||
public:
|
||||
//! Destructor
|
||||
virtual ~CRemoteAircraftAware() {}
|
||||
virtual ~CRemoteAircraftAware();
|
||||
|
||||
//! \copydoc IRemoteAircraftProvider::getAircraftInRange
|
||||
CSimulatedAircraftList getAircraftInRange() const;
|
||||
|
||||
Reference in New Issue
Block a user