Mercurial > hg > svcore
diff data/model/NoteModel.h @ 1495:6965c83c8fa7
Couple of include guards
author | Chris Cannam |
---|---|
date | Mon, 13 Aug 2018 11:43:38 +0100 |
parents | 48e9f538e6e9 |
children | c01cbe41aeb5 |
line wrap: on
line diff
--- 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"