# HG changeset patch # User Chris Cannam # Date 1534157018 -3600 # Node ID 6965c83c8fa7e7f42c7106a23c0f96f3eae88fa6 # Parent 0d4f1fcad97a7db01f7af237463fd4854198dd33 Couple of include guards diff -r 0d4f1fcad97a -r 6965c83c8fa7 data/model/NoteData.h --- 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 diff -r 0d4f1fcad97a -r 6965c83c8fa7 data/model/NoteModel.h --- a/data/model/NoteModel.h Thu Aug 09 16:45:17 2018 +0100 +++ b/data/model/NoteModel.h Mon Aug 13 11:43:38 2018 +0100 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _NOTE_MODEL_H_ -#define _NOTE_MODEL_H_ +#ifndef SV_NOTE_MODEL_H +#define SV_NOTE_MODEL_H #include "IntervalModel.h" #include "NoteData.h"