]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
Run grand replace for 2015.
[lilypond.git] / flower / include / international.hh
index f20a49d8f3f5eb6a4baa03cc6b391386e25c8a7a..f2f48996de62ca288b80ae2d9857da79a65709b0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -42,8 +42,8 @@ string _ (char const *ch);
    GNU gettext
 */
 string _f (char const *format, ...)
-          __attribute__ ((format (printf, 1, 2)));
-string _f (char const *format, string s, string s2 = "", string s3 = "");
+__attribute__ ((format (printf, 1, 2)));
+string _f (char const *format, const string &s, const string &s2 = "", const string &s3 = "");
 /**
    va_list version of _f
  */