X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsustain-pedal.cc;h=724059742d7b31e3d2f3f3d89fe2fa54fc57bdb2;hb=4402d15b615cd29241ebaa99c0fa667c22e1f2b8;hp=e020bc522eb939c5fb03afd939496d57c929f424;hpb=d2762a4f1add2bb04d6fc34d3c7ae03eeb7d500f;p=lilypond.git diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc index e020bc522e..724059742d 100644 --- a/lily/sustain-pedal.cc +++ b/lily/sustain-pedal.cc @@ -48,7 +48,7 @@ MAKE_SCHEME_CALLBACK (Sustain_pedal, print, 1); SCM Sustain_pedal::print (SCM smob) { - Grob *e = Grob::unsmob (smob); + Grob *e = unsmob (smob); Stencil mol; SCM glyph = e->get_property ("text");