comparison dsp/phasevocoder/PhaseVocoder.h @ 489:701233f8ed41

Make include-guards consistent
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 16:48:37 +0100
parents 650bbacf8288
children
comparison
equal deleted inserted replaced
488:7992d0923626 489:701233f8ed41
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef PHASEVOCODER_H 16 #ifndef QM_DSP_PHASEVOCODER_H
17 #define PHASEVOCODER_H 17 #define QM_DSP_PHASEVOCODER_H
18 18
19 class FFTReal; 19 class FFTReal;
20 20
21 class PhaseVocoder 21 class PhaseVocoder
22 { 22 {