mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
[AFV] Fixed GCC and Clang errors
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user