]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - libgetopt++/include/getopt++/StringChoiceOption.h
Add command-line option help-text localization
[cygwin-apps/setup.git] / libgetopt++ / include / getopt++ / StringChoiceOption.h
index 880071289c6c31377c243e5405e95e837499e112..2cf70f2a68a3750786b0b575db55df2fcd9f8ce1 100644 (file)
@@ -23,7 +23,7 @@ public:
 
   StringChoiceOption(StringChoices choices,
                      char shortopt, char const *longopt = 0,
-                     std::string const &shorthelp = std::string(),
+                     unsigned int shorthelp = 0,
                      bool const optional = true,   // option without choice string is permitted
                      int const defaultvalue = -1,  // value when option is absent
                      int const impliedvalue = -1); // value when option is present without choice string
This page took 0.024423 seconds and 5 git commands to generate.