A problem compiling genetic sample

I never used genetic minimizer before, so I cannot investigate the problem, but it seems that perhaps sample in math/genetic/test was not updated. When I try to make, I get:

timeGA.cxx: In function ‘int GAMinimize(ROOT::Math::IMultiGenFunction&, double&, double&)’:
timeGA.cxx:57: error: no matching function for call to ‘ROOT::Math::GeneticMinimizer::SetParameters(int, int)’
/scratch/higgs05/lewhoo/root/include/Math/GeneticMinimizer.h:81: note: candidates are: void ROOT::Math::GeneticMinimizer::SetParameters(const ROOT::Math::GeneticMinimizerParameters&)
make: *** [timeGA.o] Error 1