X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspaceable-grob.cc;h=daaf1c71edca29c537dc7a872a817be8775ddd87;hb=46cf3e09145fe5b25ac507e071634c0e94896ed6;hp=2bf5ff9fe61ab392da3de51ac30cb399e6bbad1d;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/lily/spaceable-grob.cc b/lily/spaceable-grob.cc index 2bf5ff9fe6..daaf1c71ed 100644 --- a/lily/spaceable-grob.cc +++ b/lily/spaceable-grob.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2011 Han-Wen Nienhuys + Copyright (C) 2000--2012 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 @@ -91,8 +91,8 @@ Spaceable_grob::get_spring (Grob *this_col, Grob *next_col) } if (!spring) - programming_error (_f ("No spring between column %d and next one", - Paper_column::get_rank (this_col))); + programming_error (to_string ("No spring between column %d and next one", + Paper_column::get_rank (this_col))); return spring ? *spring : Spring (); }