Had to make ~Arg() public because it won't be possible to delete Arg*s if it is not, and we want that (I think).

This commit is contained in:
macbishop 2004-09-18 14:53:47 +00:00
parent c88714bcde
commit 4ae30a9aa5

View File

@ -151,13 +151,12 @@ class Arg
bool valreq, bool valreq,
Visitor* v = NULL ); Visitor* v = NULL );
public:
/** /**
* Destructor. * Destructor.
*/ */
virtual ~Arg(); virtual ~Arg();
public:
/** /**
* Adds this to the specified list of Args. * Adds this to the specified list of Args.
* \param argList - The list to add this to. * \param argList - The list to add this to.