]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
* flower/include/std-string.hh:
[lilypond.git] / flower / include / international.hh
index fdf41a9b964112206b41507c33c0d698b85116f5..1b29c45fa973beb218cab8f209e6a6365dbb39bf 100644 (file)
 /**
    Internationalisation: _ ("to be translated") gets "translated" by GNU gettext
 */
-std::string _ (char const *ch);
+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 = "");
+string _f (char const *format, ...);
+string _f (char const *format, string s, string s2 = "", string s3 = "");
 
 #endif // INTERNATIONAL_HH