diff --git a/eo/test/t-eoESFull.cpp b/eo/test/t-eoESFull.cpp index 2333bb27a..be2d8473f 100644 --- a/eo/test/t-eoESFull.cpp +++ b/eo/test/t-eoESFull.cpp @@ -27,7 +27,7 @@ typedef eoMinimizingFitness FitT; template void runAlgorithm(EOT, eoParser& _parser, eoState& _state, eoEsObjectiveBounds& _bounds); -main(int argc, char *argv[]) +int main(int argc, char *argv[]) { // Create the command-line parser eoParser parser( argc, argv, "Basic EA for vector with adaptive mutations");