* removed some warnings

This commit is contained in:
Caner Candan 2011-01-27 17:50:11 +01:00
commit 36fe44b898
5 changed files with 9 additions and 7 deletions

View file

@ -39,7 +39,7 @@ template< class EOT >
class eoEvalUserTimeThrowException : public eoEvalFuncCounter< EOT >
{
public:
eoEvalUserTimeThrowException( eoEvalFunc<EOT> & func, const long max ) : _max(max), eoEvalFuncCounter<EOT>( func, "CPU-user") {}
eoEvalUserTimeThrowException( eoEvalFunc<EOT> & func, const long max ) : eoEvalFuncCounter<EOT>( func, "CPU-user"), _max(max) {}
virtual void operator() ( EOT & eo )
{