]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
Release: bump Welcome versions.
[lilypond.git] / lily / sustain-pedal.cc
index e020bc522eb939c5fb03afd939496d57c929f424..724059742d7b31e3d2f3f3d89fe2fa54fc57bdb2 100644 (file)
@@ -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<Grob> (smob);
 
   Stencil mol;
   SCM glyph = e->get_property ("text");