]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / custos.cc
index 584dcaba4962a8c645db60d9432865c961084aa3..37aeb66f6b9202ed8db498f7dd5e3139fc547837 100644 (file)
@@ -41,7 +41,7 @@ MAKE_SCHEME_CALLBACK (Custos, print, 1);
 SCM
 Custos::print (SCM smob)
 {
-  Item *me = (Item *)Grob::unsmob (smob);
+  Item *me = (Item *)unsmob<Grob> (smob);
 
   SCM scm_style = me->get_property ("style");
   string style;