X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-engraver.cc;h=f242fa4db2a9f4412d2630c6a2c593a957036d38;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=373cbf7ac7ad9119b25029019fa685ff4551b9c3;hpb=2371d6ba3b62d4d6dc349ab50fa0d76eadfba044;p=lilypond.git diff --git a/lily/text-engraver.cc b/lily/text-engraver.cc index 373cbf7ac7..f242fa4db2 100644 --- a/lily/text-engraver.cc +++ b/lily/text-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2014 Han-Wen Nienhuys + Copyright (C) 1998--2015 Han-Wen Nienhuys 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++) {