diff options
-rw-r--r-- | alc/alu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index 3ef9615b..0eeef026 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -573,7 +573,7 @@ struct RotatorCoeffs { }; std::array<CoeffValues,CalcRotatorSize<MaxAmbiOrder>()> mCoeffs{}; - constexpr RotatorCoeffs() + RotatorCoeffs() { auto coeffs = mCoeffs.begin(); |