mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #863 Change callsign parameter to be a member instead.
This commit is contained in:
@@ -32,8 +32,8 @@ namespace BlackMisc
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CInterpolatorLinear(QObject *parent = nullptr) :
|
||||
CInterpolator("CInterpolatorLinear", parent)
|
||||
CInterpolatorLinear(const BlackMisc::Aviation::CCallsign &callsign, QObject *parent = nullptr) :
|
||||
CInterpolator("CInterpolatorLinear", callsign, parent)
|
||||
{}
|
||||
|
||||
//! Linear function that performs the actual interpolation
|
||||
|
||||
Reference in New Issue
Block a user