diff --git a/include/tclap/Arg.h b/include/tclap/Arg.h index 95f993e..ef5c902 100644 --- a/include/tclap/Arg.h +++ b/include/tclap/Arg.h @@ -167,6 +167,11 @@ class Arg */ static const string nameStartString; + /** + * The name used to identify the ignore rest argument. + */ + static const string ignoreNameString; + /** * Sets the delimiter for all arguments. * \param c - The character that delimits flags/names from values.