mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Fix a clang++ gripe
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7571 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
cecc098924
commit
9712447253
@ -62,7 +62,7 @@ namespace
|
||||
poly_generator (QVector<T> const& coeffs, size_t intervals, S scaling = [] (T x) {return x;})
|
||||
: x_ {0}
|
||||
, intervals_ {intervals}
|
||||
, scaling_ {scaling}
|
||||
, scaling_ (scaling)
|
||||
, coeffs_ {coeffs}
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user