comparison data/model/NoteData.h @ 1495:6965c83c8fa7

Couple of include guards
author Chris Cannam
date Mon, 13 Aug 2018 11:43:38 +0100
parents 48e9f538e6e9
children
comparison
equal deleted inserted replaced
1494:0d4f1fcad97a 1495:6965c83c8fa7
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 NOTE_DATA_H 15 #ifndef SV_NOTE_DATA_H
16 #define NOTE_DATA_H 16 #define SV_NOTE_DATA_H
17 17
18 #include <vector> 18 #include <vector>
19 19
20 #include "base/Pitch.h" 20 #include "base/Pitch.h"
21 21