Mercurial > hg > svcore
diff data/midi/MIDIEvent.h @ 1581:ad5f892c0c4d fix-static-analysis
Header guards
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:51:36 +0000 |
parents | c01cbe41aeb5 |
children | c3b5564cfb78 |
line wrap: on
line diff
--- a/data/midi/MIDIEvent.h Mon Nov 26 13:48:45 2018 +0000 +++ b/data/midi/MIDIEvent.h Mon Nov 26 13:51:36 2018 +0000 @@ -19,8 +19,8 @@ This file copyright 2000-2006 Richard Bown and Chris Cannam. */ -#ifndef _MIDI_EVENT_H_ -#define _MIDI_EVENT_H_ +#ifndef SV_MIDI_EVENT_H +#define SV_MIDI_EVENT_H #include <QString> #include <string>