mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Fix weak vtables
This commit is contained in:
@@ -110,6 +110,8 @@ namespace BlackMisc
|
||||
//! Class which can be directly used to access an \sa IInterpolationSetupProvider object
|
||||
class BLACKMISC_EXPORT CInterpolationSetupAware : public IProviderAware<IInterpolationSetupProvider>
|
||||
{
|
||||
virtual void anchor();
|
||||
|
||||
public:
|
||||
//! \copydoc IInterpolationSetupProvider::getInterpolationSetupPerCallsignOrDefault
|
||||
CInterpolationAndRenderingSetupPerCallsign getInterpolationSetupPerCallsignOrDefault(const Aviation::CCallsign &callsign) const;
|
||||
|
||||
Reference in New Issue
Block a user