]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keep-alive-together-engraver.cc
Fix references when using --use-source-file-names (issue 4046)
[lilypond.git] / lily / keep-alive-together-engraver.cc
index f6ba297ccfe4b5bd8fd84776e9d62c3799a5bc8e..78a10050cd24ff55544f52c65618084d166aa0ba 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2010--2012 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2010--2014 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
@@ -52,7 +52,7 @@ Keep_alive_together_engraver::finalize ()
   for (vsize i = 0; i < group_spanners_.size (); ++i)
     {
       SCM grob_array_scm = Grob_array::make_array ();
-      Grob_array *ga = unsmob_grob_array (grob_array_scm);
+      Grob_array *ga = Grob_array::unsmob (grob_array_scm);
 
       // It would make Hara_kiri_group_spanner::request_suicide a _little_
       // faster if we removed each grob from its own array. It seems