* eoEvalUserTimeThrowException.h: gcc regression fixed

This commit is contained in:
Caner Candan 2012-07-17 11:42:49 +02:00
commit 3cdde2498c

View file

@ -58,7 +58,7 @@ public:
if( current >= _max ) {
throw eoMaxTimeException( current );
} else {
func(eo);
this->func(eo);
}
}
}