]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keep-alive-together-engraver.cc
Doc-es: update Notation/Pitches.
[lilypond.git] / lily / keep-alive-together-engraver.cc
index c65ff455313f382a74a1f3c28504da924fbdc5f4..79fedc96df05e2976660b766605ae4d28271bad5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2014 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2010--2015 Joe Neeman <joeneeman@gmail.com>
 
   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<Grob_array> (live_scm);
       SCM dead_scm = Grob_array::make_array ();
-      Grob_array *dead = Grob_array::unsmob (dead_scm);
+      Grob_array *dead = unsmob<Grob_array> (dead_scm);
 
       for (vsize j = 0; j < group_spanners_.size (); ++j)
         {