comparison data/fileio/MIDIFileWriter.cpp @ 560:2e50d95cf621

* restore compileability
author Chris Cannam
date Mon, 23 Feb 2009 11:43:55 +0000
parents 516819f2b97b
children d6bd5751b8f6
comparison
equal deleted inserted replaced
559:32d156c75df7 560:2e50d95cf621
20 and copyright 2007 QMUL. 20 and copyright 2007 QMUL.
21 */ 21 */
22 22
23 #include "MIDIFileWriter.h" 23 #include "MIDIFileWriter.h"
24 24
25 #include "MIDIEvent.h" 25 #include "data/midi/MIDIEvent.h"
26 26
27 #include "model/NoteModel.h" 27 #include "model/NoteModel.h"
28 28
29 #include "base/Pitch.h" 29 #include "base/Pitch.h"
30 30