]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
Web: Update GSoc entry
[lilypond.git] / lily / custos.cc
index 1bbf5f8d7191c1792ae56f9c203da4aea06ce628..739316a6d1c965edb3a3ce830e17cbc1eb3c20fe 100644 (file)
@@ -41,7 +41,7 @@ MAKE_SCHEME_CALLBACK (Custos, print, 1);
 SCM
 Custos::print (SCM smob)
 {
-  Item *me = (Item *)unsmob_grob (smob);
+  Item *me = (Item *)Grob::unsmob (smob);
 
   SCM scm_style = me->get_property ("style");
   string style;