X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Faxis-group-engraver.hh;h=42b4b8c35f67b56806d56c84b7d6896bbe5c9165;hb=883e317d51c5e50011bc0e764a785631e5ea8689;hp=a6715f82cf6913caa23a4b05154206c9adc44354;hpb=83ed05cef3bfcbd69f4148e8ee0669ca0664e214;p=lilypond.git diff --git a/lily/include/axis-group-engraver.hh b/lily/include/axis-group-engraver.hh index a6715f82cf..42b4b8c35f 100644 --- a/lily/include/axis-group-engraver.hh +++ b/lily/include/axis-group-engraver.hh @@ -3,8 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005 Han-Wen Nienhuys - + (c) 2005--2006 Han-Wen Nienhuys */ #ifndef AXIS_GROUP_ENGRAVER_HH @@ -20,11 +19,11 @@ class Axis_group_engraver : public Engraver { protected: Spanner *staffline_; - Link_array elts_; - PRECOMPUTED_VIRTUAL void process_music (); + vector elts_; + void process_music (); virtual void finalize (); - DECLARE_ACKNOWLEDGER(grob); - PRECOMPUTED_VIRTUAL void process_acknowledged (); + DECLARE_ACKNOWLEDGER (grob); + void process_acknowledged (); virtual Spanner *get_spanner (); virtual void add_element (Grob *); public: