X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Flgetopt.cc;h=f0a49ab3602c4bd5af1a52a3199b857ae2bcf581;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=a73334fe008ee59f767388a5af82631677efe06d;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/flower/lgetopt.cc b/flower/lgetopt.cc index a73334fe00..f0a49ab360 100644 --- a/flower/lgetopt.cc +++ b/flower/lgetopt.cc @@ -74,7 +74,7 @@ Getopt_long::parselong() void -Long_option_init::printon (ostream &errorout)const +Long_option_init::printon (ostream &errorout) const { if (shortname) errorout <<"-" << shortname; @@ -219,7 +219,7 @@ Getopt_long::Getopt_long (int c, char **v, Long_option_init *lo) } bool -Getopt_long::ok()const +Getopt_long::ok() const { return array_index_i_ < argument_count_i_; }