diff --git a/include/tclap/Arg.h b/include/tclap/Arg.h index cfe7273..03123a9 100644 --- a/include/tclap/Arg.h +++ b/include/tclap/Arg.h @@ -151,13 +151,12 @@ class Arg bool valreq, Visitor* v = NULL ); + public: /** * Destructor. */ virtual ~Arg(); - public: - /** * Adds this to the specified list of Args. * \param argList - The list to add this to.