]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-engraver.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / axis-group-engraver.hh
index 998b84b5cbcb77b84bc64cd64c32bcd53d8254b0..439db8634fa4fb39c03a21270857f0729d1589dd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef AXIS_GROUP_ENGRAVER_HH
@@ -19,7 +19,7 @@ class Axis_group_engraver : public Engraver
 {
 protected:
   Spanner *staffline_;
-  Link_array<Grob> elts_;
+  vector<Grob*> elts_;
   void process_music ();
   virtual void finalize ();
   DECLARE_ACKNOWLEDGER (grob);