]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Replace remaining uses of unsmob_xxx with Xxx::unsmob
[lilypond.git] / lily / clef.cc
index 6861fdf26e7781fa56a4e068f4e4b50eea218c34..7f914a19d185672226946a77384bfc75e41df531 100644 (file)
@@ -28,7 +28,7 @@ MAKE_SCHEME_CALLBACK (Clef, calc_glyph_name, 1);
 SCM
 Clef::calc_glyph_name (SCM smob)
 {
-  Item *s = unsmob_item (smob);
+  Item *s = Item::unsmob (smob);
   SCM glyph = s->get_property ("glyph");
 
   if (scm_is_string (glyph))