]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
Replace remaining uses of unsmob_xxx with Xxx::unsmob
[lilypond.git] / lily / rhythmic-head.cc
index af410a2cf4e92049f29b4b17a3ec0c5630f01d34..2c6b2bee5f6f99dbe0030b4f0db4fff3a9a80920 100644 (file)
@@ -29,14 +29,14 @@ Item *
 Rhythmic_head::get_dots (Grob *me)
 {
   SCM s = me->get_object ("dot");
-  return unsmob_item (s);
+  return Item::unsmob (s);
 }
 
 Item *
 Rhythmic_head::get_stem (Grob *me)
 {
   SCM s = me->get_object ("stem");
-  return unsmob_item (s);
+  return Item::unsmob (s);
 }
 
 int