mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Fix weak vtables
This commit is contained in:
@@ -142,6 +142,10 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
// pin vtables to this file
|
||||
void CInterpolatorSpline::anchor()
|
||||
{ }
|
||||
|
||||
CInterpolatorSpline::CInterpolant CInterpolatorSpline::getInterpolant(SituationLog &log)
|
||||
{
|
||||
// recalculate derivatives only if they changed
|
||||
|
||||
Reference in New Issue
Block a user