]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/midi-walker.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / midi-walker.hh
index 6c2e3811bde1a4076bc5f13aa1305400ef90fbb0..a01add8f1e1d41daa337111893747abae3adf941 100644 (file)
@@ -1,7 +1,7 @@
 /*
   midi-walker.hh -- declare Midi_walker
 
-  (c) 1996--2005 Han-Wen Nienhuys  <hanwen@xs4all.nl>
+  (c) 1996--2006 Han-Wen Nienhuys  <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -40,8 +40,8 @@ private:
 
   Midi_track *track_;
   Audio_staff *staff_;
-  int index_;
-  Link_array<Audio_item> *items_;
+  vsize index_;
+  vector<Audio_item*> *items_;
   PQueue<Midi_note_event> stop_note_queue;
   Moment last_mom_;
 };