--- trunk/src/utils/StringUtils.hpp 2005/03/08 21:07:34 406 +++ trunk/src/utils/StringUtils.hpp 2005/05/27 04:41:34 544 @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. * * The University of Notre Dame grants you ("Licensee") a @@ -128,7 +128,7 @@ namespace oopse { return result; } - std::string OOPSE_itoa(int value, unsigned int base); + std::string OOPSE_itoa(int value, unsigned int base = 10); /**@todo need implementation */ std::string getPrefix(const std::string& str);