refs #863 Change callsign parameter to be a member instead.

This commit is contained in:
Mathew Sutcliffe
2017-02-06 19:20:37 +00:00
parent 8d351d8279
commit e67b5fccc4
9 changed files with 29 additions and 27 deletions

View File

@@ -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