X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frhythmic-head.cc;h=8628b0508865eac3325e2974362e0730d4d698c1;hb=9e877e5aea3fb6cf6e7873d1e8797672cda450f5;hp=1030f5e13bba3fa46988966a4499791b3b5732fe;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/rhythmic-head.cc b/lily/rhythmic-head.cc index 1030f5e13b..8628b05088 100644 --- a/lily/rhythmic-head.cc +++ b/lily/rhythmic-head.cc @@ -29,14 +29,14 @@ Item * Rhythmic_head::get_dots (Grob *me) { SCM s = me->get_object ("dot"); - return Item::unsmob (s); + return unsmob (s); } Item * Rhythmic_head::get_stem (Grob *me) { SCM s = me->get_object ("stem"); - return Item::unsmob (s); + return unsmob (s); } int