* eoEvalUserTimeThrowException.h: gcc regression fixed
This commit is contained in:
parent
51632cf856
commit
3cdde2498c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public:
|
|||
if( current >= _max ) {
|
||||
throw eoMaxTimeException( current );
|
||||
} else {
|
||||
func(eo);
|
||||
this->func(eo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue