]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
*** empty log message ***
[lilypond.git] / flower / include / international.hh
index bba4a5a3305c0303f54810b14594e0b6dd544c4c..fdf41a9b964112206b41507c33c0d698b85116f5 100644 (file)
 /**
    Internationalisation: _ ("to be translated") gets "translated" by GNU gettext
 */
-Std_string _ (char const *ch);
+std::string _ (char const *ch);
 
 /**
    Internationalisation: _f ("Usage: %s [FILE]", "lilypond") gets "translated" by
    GNU gettext
 */
-Std_string _f (char const *format, ...);
-Std_string _f (char const *format, Std_string s, Std_string s2 = "", Std_string s3 = "");
+std::string _f (char const *format, ...);
+std::string _f (char const *format, std::string s, std::string s2 = "", std::string s3 = "");
 
 #endif // INTERNATIONAL_HH