--- trunk/src/utils/StringUtils.hpp 2005/05/26 22:45:00 543 +++ trunk/src/utils/StringUtils.hpp 2005/05/27 04:41:34 544 @@ -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);