From b8c1dbf97cb80f872d5619a1ee72da131fc65aaa Mon Sep 17 00:00:00 2001 From: mes5k Date: Tue, 10 Feb 2004 03:56:05 +0000 Subject: [PATCH] added new var --- include/tclap/Arg.h | 5 +++++ 1 file changed, 5 insertions(+) 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.