mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Fix weak vtables
This commit is contained in:
@@ -197,6 +197,10 @@ namespace BlackMisc
|
||||
return m_setups;
|
||||
}
|
||||
|
||||
// pin vtables to this file
|
||||
void CInterpolationSetupAware::anchor()
|
||||
{ }
|
||||
|
||||
CInterpolationAndRenderingSetupPerCallsign CInterpolationSetupAware::getInterpolationSetupPerCallsignOrDefault(const CCallsign &callsign) const
|
||||
{
|
||||
if (!this->hasProvider()) { return CInterpolationAndRenderingSetupPerCallsign(); }
|
||||
|
||||
Reference in New Issue
Block a user