X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Finternational.hh;h=f2f48996de62ca288b80ae2d9857da79a65709b0;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=39306daabfde0a7ca2e20fb70fe347d11e60a224;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/flower/include/international.hh b/flower/include/international.hh index 39306daabf..f2f48996de 100644 --- a/flower/include/international.hh +++ b/flower/include/international.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Jan Nieuwenhuizen + Copyright (C) 1997--2015 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ string _ (char const *ch); */ string _f (char const *format, ...) __attribute__ ((format (printf, 1, 2))); -string _f (char const *format, string s, string s2 = "", string s3 = ""); +string _f (char const *format, const string &s, const string &s2 = "", const string &s3 = ""); /** va_list version of _f */