diff --git a/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h b/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h index 0e951f3f9..0cc07c9b9 100755 --- a/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h +++ b/trunk/paradiseo-mo/src/moSimpleSolutionTabuList.h @@ -89,7 +89,7 @@ class moSimpleSolutionTabuList: public moTabuList < M > add (const M & __move, const EOT & __sol) { M _move=(M)__move; - EOT _sol=(EOT) _sol; + EOT _sol=(EOT) __sol; _move(_sol);