Still trying to silence the gcc 4.9 warning

This commit is contained in:
Paul Fd 2020-03-15 23:22:59 +01:00
parent 95e7dd706b
commit 6afb982431

View file

@ -96,7 +96,7 @@ private:
void splineFill(const bool fillStatus[NumValues]);
private:
std::array<float, NumValues> _points = {};
std::array<float, NumValues> _points {{}};
};
/**