comparison data/fileio/MIDIFileWriter.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents 48e9f538e6e9
children 7e958685449d
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
18 Rosegarden MIDI and audio sequencer and notation editor. 18 Rosegarden MIDI and audio sequencer and notation editor.
19 This file copyright 2000-2007 Richard Bown and Chris Cannam 19 This file copyright 2000-2007 Richard Bown and Chris Cannam
20 and copyright 2007 QMUL. 20 and copyright 2007 QMUL.
21 */ 21 */
22 22
23 #ifndef _MIDI_FILE_WRITER_H_ 23 #ifndef SV_MIDI_FILE_WRITER_H
24 #define _MIDI_FILE_WRITER_H_ 24 #define SV_MIDI_FILE_WRITER_H
25 25
26 #include "base/RealTime.h" 26 #include "base/RealTime.h"
27 #include "base/BaseTypes.h" 27 #include "base/BaseTypes.h"
28 28
29 #include <QString> 29 #include <QString>