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