Added a few "virtual" that were missing
This commit is contained in:
parent
64990a1ac4
commit
78f6c6ef3c
2 changed files with 8 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoV
|
|||
eoEvalFuncCounter(eoEvalFunc<EOT>& _func, std::string _name = "Eval. ")
|
||||
: eoValueParam<unsigned long>(0, _name), func(_func) {}
|
||||
|
||||
void operator()(EOT& _eo)
|
||||
virtual void operator()(EOT& _eo)
|
||||
{
|
||||
if (_eo.invalid())
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue