X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Faxis-group-interface.cc;h=85e21bda285e58e3b231d13a8da6031aa4732bf6;hb=38d60c0c4e8c29beccd4acfd07aadf1cdea74097;hp=34541a5a5d8d843082c6090446cb5f60e434cf59;hpb=747d350b2261b027c12eadb405595d6e7dc5d858;p=lilypond.git diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index 34541a5a5d..85e21bda28 100644 --- a/lily/axis-group-interface.cc +++ b/lily/axis-group-interface.cc @@ -21,7 +21,7 @@ Axis_group_interface::add_element (Grob*me,Grob *e) e->set_parent (me, a); } - Pointer_group_interface::add_element (me, ly_symbol2scm ("elements"), e); + Pointer_group_interface::add_grob (me, ly_symbol2scm ("elements"), e); me->add_dependency (e); }