diff --git a/trunk/paradiseo-mo/src/continuator/moBestSoFarStat.h b/trunk/paradiseo-mo/src/continuator/moBestSoFarStat.h index b5eaab882..6d1d61878 100644 --- a/trunk/paradiseo-mo/src/continuator/moBestSoFarStat.h +++ b/trunk/paradiseo-mo/src/continuator/moBestSoFarStat.h @@ -41,15 +41,15 @@ * The statistic which save the best solution found during the search */ template -class moBestSoFarStat : public moStat +class moBestSoFarStat : public moStat { public : - using moStat< EOT , EOT& >::value; + using moStat< EOT , EOT >::value; /** * Default Constructor */ - moBestSoFarStat(): moStat(EOT(), "best") { + moBestSoFarStat(): moStat(EOT(), "best") { } /**