mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-17 08:05:12 -04:00
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:
parent
c88714bcde
commit
4ae30a9aa5
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user