X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fgetopt-long.hh;h=ba5eb8df28c11dcb218e9e9e7334b5805b06c46f;hb=f1dee6f5263b4fb4545e894bd91f46103c8d2e18;hp=03b660b30d09ca95d798e05270885a8a397577b4;hpb=bf898a6f737ebdd6a749ea0a14d1056a3566a10e;p=lilypond.git diff --git a/flower/include/getopt-long.hh b/flower/include/getopt-long.hh index 03b660b30d..ba5eb8df28 100644 --- a/flower/include/getopt-long.hh +++ b/flower/include/getopt-long.hh @@ -20,12 +20,12 @@ struct Long_option_init char const *help_str0_; - Std_string to_string () const; - Std_string str_for_help () const; + string to_string () const; + string str_for_help () const; // NO constructor! static int compare (Long_option_init const &, Long_option_init const &); - static Std_string table_string (Long_option_init *); + static string table_string (Long_option_init *); }; /** C++ for version of long_getopt. For processing GNU style command