From 6afb9824311ffdd7b975ec3aaea87593e85cea0f Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 15 Mar 2020 23:22:59 +0100 Subject: [PATCH] Still trying to silence the gcc 4.9 warning --- src/sfizz/Curve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Curve.h b/src/sfizz/Curve.h index 01a8ba94..ad9667a3 100644 --- a/src/sfizz/Curve.h +++ b/src/sfizz/Curve.h @@ -96,7 +96,7 @@ private: void splineFill(const bool fillStatus[NumValues]); private: - std::array _points = {}; + std::array _points {{}}; }; /**