]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / sustain-pedal.cc
index efefae39b4890c91351d7ab677bc985c72a55163..5cd6dfeba16eb73a81ddac63471d86376ff9afb8 100644 (file)
@@ -48,7 +48,7 @@ MAKE_SCHEME_CALLBACK (Sustain_pedal, print, 1);
 SCM
 Sustain_pedal::print (SCM smob)
 {
-  Grob *e = unsmob_grob (smob);
+  Grob *e = Grob::unsmob (smob);
 
   Stencil mol;
   SCM glyph = e->get_property ("text");