mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 12:23:39 -04:00
made isReq virtual
This commit is contained in:
parent
45ecbd896c
commit
fc56674402
@ -263,7 +263,7 @@ class Arg
|
|||||||
/**
|
/**
|
||||||
* Indicates whether the argument is required.
|
* Indicates whether the argument is required.
|
||||||
*/
|
*/
|
||||||
bool isRequired() const;
|
virtual bool isRequired() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets _required to true. This is used by the XorHandler.
|
* Sets _required to true. This is used by the XorHandler.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user