1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed a typo

This commit is contained in:
Tom Poole 2018-03-01 14:54:34 +00:00
parent 5011c47447
commit 7ec4cbdec0

View file

@ -161,7 +161,7 @@ namespace IIR
Coefficients (NumericType b0, NumericType b1, NumericType b2,
NumericType a0, NumericType a1, NumericType a2);
Coefficients (NumericType b0, NumericType, NumericType b2, NumericType b3,
Coefficients (NumericType b0, NumericType b1, NumericType b2, NumericType b3,
NumericType a0, NumericType a1, NumericType a2, NumericType a3);
Coefficients (const Coefficients&) = default;