Missed a file in last commit.

This commit is contained in:
Joerg Mueller 2011-08-22 19:58:34 +00:00
parent a71c215f22
commit 1d529d83a0

@ -46,12 +46,12 @@ private:
/**
* The half filter length.
*/
static const int m_len = 292874;
static const int m_len;
/**
* The sample step size for the filter.
*/
static const int m_L = 2048;
static const int m_L;
/**
* The filter coefficients.