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:
parent
5011c47447
commit
7ec4cbdec0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue