]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / note-heads-engraver.cc
index 109e4905c7b6b0f1d3ea228bfbc0ae6de2815b4d..038a9d4a6911e8cf5b94ef231a5ccf3a410127fe 100644 (file)
@@ -20,9 +20,9 @@ using namespace std;
 
 class Note_heads_engraver : public Engraver
 {
-  Link_array__Item_ notes_;
-  Link_array__Item_ dots_;
-  Link_array__Music_ note_evs_;
+  vector<Item*> notes_;
+  vector<Item*> dots_;
+  vector<Music*> note_evs_;
 
 public:
   TRANSLATOR_DECLARATIONS (Note_heads_engraver);