X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fgetopt-long.hh;h=52c819822c0facc1b68405ae4f7b6fc33378e840;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=ba5eb8df28c11dcb218e9e9e7334b5805b06c46f;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/flower/include/getopt-long.hh b/flower/include/getopt-long.hh index ba5eb8df28..52c819822c 100644 --- a/flower/include/getopt-long.hh +++ b/flower/include/getopt-long.hh @@ -54,7 +54,8 @@ public: /** errorcodes: no error, argument expected, no argument expected, unknown option, illegal argument (eg. int expected). */ enum Errorcod { E_NOERROR = 0, E_ARGEXPECT, E_NOARGEXPECT, E_UNKNOWNOPTION, - E_ILLEGALARG }; + E_ILLEGALARG + }; /// argument. Set to 0 if not present char const *optional_argument_str0_;