]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-engraver.cc
unsmob_pitch -> Pitch::unsmob and related
[lilypond.git] / lily / clef-engraver.cc
index 6e16d7fde8cf5af036e0880942cb07391493d8ad..684069819ec01b220b74e30fb7d92d5f64abf9a8 100644 (file)
@@ -145,7 +145,7 @@ static void apply_on_children (Context *context, SCM fun)
   scm_call_1 (fun, context->self_scm ());
   for (SCM s = context->children_contexts ();
        scm_is_pair (s); s = scm_cdr (s))
-    apply_on_children (unsmob_context (scm_car (s)), fun);
+    apply_on_children (Context::unsmob (scm_car (s)), fun);
 }
 
 void