aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alc/alu.cpp2
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();