Minor change of the default label
This commit is contained in:
parent
65a985631c
commit
5aa258fbcb
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ if it has to evaluate.. etc.
|
||||||
template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoValueParam<unsigned long>
|
template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoValueParam<unsigned long>
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
eoEvalFuncCounter(eoEvalFunc<EOT>& _func, std::string _name = "eval_counter")
|
eoEvalFuncCounter(eoEvalFunc<EOT>& _func, std::string _name = "Eval. ")
|
||||||
: eoValueParam<unsigned long>(0, _name), func(_func) {}
|
: eoValueParam<unsigned long>(0, _name), func(_func) {}
|
||||||
|
|
||||||
void operator()(EOT& _eo)
|
void operator()(EOT& _eo)
|
||||||
|
|
|
||||||
Reference in a new issue