diff 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
line wrap: on
line diff
--- a/data/model/NoteData.h	Thu Aug 09 16:45:17 2018 +0100
+++ b/data/model/NoteData.h	Mon Aug 13 11:43:38 2018 +0100
@@ -12,8 +12,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef NOTE_DATA_H
-#define NOTE_DATA_H
+#ifndef SV_NOTE_DATA_H
+#define SV_NOTE_DATA_H
 
 #include <vector>