X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=37aeb66f6b9202ed8db498f7dd5e3139fc547837;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=584dcaba4962a8c645db60d9432865c961084aa3;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 584dcaba49..37aeb66f6b 100644 --- a/lily/custos.cc +++ b/lily/custos.cc @@ -41,7 +41,7 @@ MAKE_SCHEME_CALLBACK (Custos, print, 1); SCM Custos::print (SCM smob) { - Item *me = (Item *)Grob::unsmob (smob); + Item *me = (Item *)unsmob (smob); SCM scm_style = me->get_property ("style"); string style;