From 3bf473496a9fbdb96c30718df3d1fcbfe90b2769 Mon Sep 17 00:00:00 2001 From: mes5k Date: Thu, 3 Apr 2003 18:26:08 +0000 Subject: [PATCH] added new visitor --- include/tclap/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/tclap/Makefile.am b/include/tclap/Makefile.am index 17c13dc..b8c4d92 100644 --- a/include/tclap/Makefile.am +++ b/include/tclap/Makefile.am @@ -10,5 +10,6 @@ libtclapinclude_HEADERS = ArgException.h \ Visitor.h Arg.h \ HelpVisitor.h \ SwitchArg.h \ - VersionVisitor.h + VersionVisitor.h \ + IgnoreRestVisitor.h