Added a few "virtual" that were missing

This commit is contained in:
evomarc 2001-04-12 05:28:23 +00:00
commit 78f6c6ef3c
2 changed files with 8 additions and 4 deletions

View file

@ -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())
{