]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
Merge branch 'issue4032'
[lilypond.git] / lily / item.cc
index 4736a11f3d96ba7ff3f39f985a3f616ee193be07..f007670e7ae8974fa184b612f997bb1a83bec344 100644 (file)
@@ -224,7 +224,7 @@ Item::derived_mark () const
 }
 
 Item *
-unsmob_item (SCM s)
+Item::unsmob (SCM s)
 {
   return dynamic_cast<Item *> (Grob::unsmob (s));
 }