X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frhythmic-head.cc;h=8628b0508865eac3325e2974362e0730d4d698c1;hb=331e0656b3ba91200c50c672741977b65a5842af;hp=1030f5e13bba3fa46988966a4499791b3b5732fe;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;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