X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faxis-group-engraver.hh;h=439db8634fa4fb39c03a21270857f0729d1589dd;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=998b84b5cbcb77b84bc64cd64c32bcd53d8254b0;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/include/axis-group-engraver.hh b/lily/include/axis-group-engraver.hh index 998b84b5cb..439db8634f 100644 --- a/lily/include/axis-group-engraver.hh +++ b/lily/include/axis-group-engraver.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef AXIS_GROUP_ENGRAVER_HH @@ -19,7 +19,7 @@ class Axis_group_engraver : public Engraver { protected: Spanner *staffline_; - Link_array elts_; + vector elts_; void process_music (); virtual void finalize (); DECLARE_ACKNOWLEDGER (grob);