X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkeep-alive-together-engraver.cc;h=79fedc96df05e2976660b766605ae4d28271bad5;hb=154642299c33cad6594a3c9f494e3171449954d3;hp=c65ff455313f382a74a1f3c28504da924fbdc5f4;hpb=2134c6269640637cd5a0385ef7e5d53180443e4a;p=lilypond.git diff --git a/lily/keep-alive-together-engraver.cc b/lily/keep-alive-together-engraver.cc index c65ff45531..79fedc96df 100644 --- a/lily/keep-alive-together-engraver.cc +++ b/lily/keep-alive-together-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2010--2014 Joe Neeman + Copyright (C) 2010--2015 Joe Neeman LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,9 +56,9 @@ Keep_alive_together_engraver::finalize () continue; SCM live_scm = Grob_array::make_array (); - Grob_array *live = Grob_array::unsmob (live_scm); + Grob_array *live = unsmob (live_scm); SCM dead_scm = Grob_array::make_array (); - Grob_array *dead = Grob_array::unsmob (dead_scm); + Grob_array *dead = unsmob (dead_scm); for (vsize j = 0; j < group_spanners_.size (); ++j) {