roses are red, violets are blue, missing ';' on line 32

This commit is contained in:
AlexandreRouma 2022-06-17 18:37:02 +02:00
parent ed3f87da29
commit b9e269f9dc

View File

@ -36,7 +36,7 @@ namespace dsp::loop {
} }
void setCoefficients(T alpha, T beta) { void setCoefficients(T alpha, T beta) {
_alpha = alpha: _alpha = alpha;
_beta = beta; _beta = beta;
} }