]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / text-engraver.cc
index 373cbf7ac7ad9119b25029019fa685ff4551b9c3..f242fa4db2a9f4412d2630c6a2c593a957036d38 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -88,7 +88,7 @@ Text_engraver::acknowledge_note_column (Grob_info info)
   extract_grob_set (info.grob (), "note-heads", heads);
   Grob *x_parent = (heads.size ()
                     ? info.grob ()
-                    : unsmob_grob (info.grob ()->get_object ("rest")));
+                    : Grob::unsmob (info.grob ()->get_object ("rest")));
 
   for (vsize i = 0; i < scripts_.size (); i++)
     {