Mercurial > hg > qm-dsp
diff dsp/rateconversion/DecimatorB.h @ 505:930b5b0f707d
Merge branch 'codestyle-and-tidy'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 05 Jun 2019 12:55:15 +0100 |
parents | 701233f8ed41 |
children |
line wrap: on
line diff
--- a/dsp/rateconversion/DecimatorB.h Thu May 30 16:18:13 2019 +0100 +++ b/dsp/rateconversion/DecimatorB.h Wed Jun 05 12:55:15 2019 +0100 @@ -11,8 +11,8 @@ COPYING included with this distribution for more information. */ -#ifndef DECIMATORB_H -#define DECIMATORB_H +#ifndef QM_DSP_DECIMATORB_H +#define QM_DSP_DECIMATORB_H #include <vector> @@ -55,7 +55,7 @@ double m_a[7]; double m_b[7]; - + double *m_aaBuffer; double *m_tmpBuffer; };