X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fclef-engraver.cc;h=684069819ec01b220b74e30fb7d92d5f64abf9a8;hb=5bbfc22fce036b9b69df5e420de93e11da23c05e;hp=9e2a3eaa7f82c9255f4fd3105240dbf4bbf89cc3;hpb=94dc452301cc0d1e9983f5aeb784884f7fe8c964;p=lilypond.git diff --git a/lily/clef-engraver.cc b/lily/clef-engraver.cc index 9e2a3eaa7f..684069819e 100644 --- a/lily/clef-engraver.cc +++ b/lily/clef-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2012 Han-Wen Nienhuys + Copyright (C) 1997--2014 Han-Wen Nienhuys Mats Bengtsson LilyPond is free software: you can redistribute it and/or modify @@ -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