Skip to content
Snippets Groups Projects
Commit db0ace8d authored by Julien Malik's avatar Julien Malik
Browse files

ENH: make boolean parameter not mandatory by default

parent 53665716
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,10 @@ public:
protected:
/** Constructor */
EmptyParameter()
{}
{
// It does not make sense for an empty parameter to be mandatory
this->MandatoryOff();
}
/** Destructor */
virtual ~EmptyParameter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment