X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fdot-column.cc;h=38777cb5696fd811924f2f2690ff0efce6e90193;hb=422004486569407b8809da7f3c7053c1e4767bff;hp=5557790b33915819b77c26dc6b0bfbf23129514c;hpb=efaf6bd61c89103205039c82fbcfc4d9ab1bb55e;p=lilypond.git diff --git a/lily/dot-column.cc b/lily/dot-column.cc index 5557790b33..38777cb569 100644 --- a/lily/dot-column.cc +++ b/lily/dot-column.cc @@ -40,7 +40,7 @@ void Dot_column::set_interface (Score_element* me) { me->set_elt_property ("dots", SCM_EOL); - Directional_element_interface (me).set (RIGHT); + Directional_element_interface::set (me, RIGHT); Axis_group_interface::set_interface (me); Axis_group_interface::set_axes (me, X_AXIS,X_AXIS);