Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
1580:c01cbe41aeb5 | 1581:ad5f892c0c4d |
---|---|
17 This is a modified version of a source file from the | 17 This is a modified version of a source file from the |
18 Rosegarden MIDI and audio sequencer and notation editor. | 18 Rosegarden MIDI and audio sequencer and notation editor. |
19 This file copyright 2000-2006 Richard Bown and Chris Cannam. | 19 This file copyright 2000-2006 Richard Bown and Chris Cannam. |
20 */ | 20 */ |
21 | 21 |
22 #ifndef _MIDI_EVENT_H_ | 22 #ifndef SV_MIDI_EVENT_H |
23 #define _MIDI_EVENT_H_ | 23 #define SV_MIDI_EVENT_H |
24 | 24 |
25 #include <QString> | 25 #include <QString> |
26 #include <string> | 26 #include <string> |
27 #include <iostream> | 27 #include <iostream> |
28 #include <stdexcept> | 28 #include <stdexcept> |