Fix weak vtables

This commit is contained in:
Roland Winklmeier
2018-08-24 15:25:47 +02:00
parent 4cf3bc580f
commit 5e38936fd2
30 changed files with 133 additions and 8 deletions

View File

@@ -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(); }