diff --git a/eo/src/utils/eoParam.h b/eo/src/utils/eoParam.h index 05ff9b2c0..4110be5c3 100644 --- a/eo/src/utils/eoParam.h +++ b/eo/src/utils/eoParam.h @@ -109,8 +109,10 @@ public: void defValue ( std::string str ) { repDefault = str; }; /** - * Returns the value of the param as a std::string + * ALlows to change the name (see the prefix in eoParser.h) */ + void setLongName(std::string _longName) { repLongName = _longName;} + /** * Returns if required or not. */