comparison dsp/signalconditioning/Filter.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
comparison
equal deleted inserted replaced
471:e3335cb213da 505:930b5b0f707d
10 published by the Free Software Foundation; either version 2 of the 10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file 11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information. 12 COPYING included with this distribution for more information.
13 */ 13 */
14 14
15 #ifndef FILTER_H 15 #ifndef QM_DSP_FILTER_H
16 #define FILTER_H 16 #define QM_DSP_FILTER_H
17 17
18 #include "base/Restrict.h" 18 #include "base/Restrict.h"
19 19
20 #include <vector> 20 #include <vector>
21 21