]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / clef-engraver.cc
index 6e16d7fde8cf5af036e0880942cb07391493d8ad..b6efa00c768a9af3d7f939f712a8038367a80005 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Mats Bengtsson <matsb@s3.kth.se>
 
   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