]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / drum-note-performer.cc
index 0dab3e2890f66377de3e4cc3ffbd0f7c44757000..a29b7a1dee7986a512317066d44f61c7e603fd92 100644 (file)
@@ -25,8 +25,8 @@ protected:
   void process_music ();
 
 private:
-  Link_array__Music_ note_evs_;
-  Link_array__Audio_note_ notes_;
+  vector<Music*> note_evs_;
+  vector<Audio_note*> notes_;
 };
 
 Drum_note_performer::Drum_note_performer ()