[AFV] Fixed GCC and Clang errors

This commit is contained in:
Mat Sutcliffe
2019-10-04 18:37:24 +01:00
parent 641238116a
commit b90855d393
3 changed files with 5 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace BlackSound
private:
QRandomGenerator random;
std::array<double, 7> pinkNoiseBuffer = {0};
std::array<double, 7> pinkNoiseBuffer = {{0}};
double m_gain = 0.0;
};
}