]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-head.cc
Release: bump Welcome versions.
[lilypond.git] / lily / rhythmic-head.cc
index 1030f5e13bba3fa46988966a4499791b3b5732fe..8628b0508865eac3325e2974362e0730d4d698c1 100644 (file)
@@ -29,14 +29,14 @@ Item *
 Rhythmic_head::get_dots (Grob *me)
 {
   SCM s = me->get_object ("dot");
-  return Item::unsmob (s);
+  return unsmob<Item> (s);
 }
 
 Item *
 Rhythmic_head::get_stem (Grob *me)
 {
   SCM s = me->get_object ("stem");
-  return Item::unsmob (s);
+  return unsmob<Item> (s);
 }
 
 int