X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmidi-chunk.hh;h=ecd2fe260645012630d1804e0a6e0e4746155180;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=fc41a541f0acd8519855d23d82842fcf6b1e34e7;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/include/midi-chunk.hh b/lily/include/midi-chunk.hh index fc41a541f0..ecd2fe2606 100644 --- a/lily/include/midi-chunk.hh +++ b/lily/include/midi-chunk.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2007 Han-Wen Nienhuys + (c) 2007--2008 Han-Wen Nienhuys */ @@ -53,7 +53,7 @@ class Midi_header : public Midi_chunk public: DECLARE_CLASSNAME(Midi_header); - Midi_header (int format_i, int tracks_i, int clocks_per_4_i); + Midi_header (int format, int tracks, int clocks_per_4); }; class Midi_track : public Midi_chunk