--- trunk/src/utils/StringUtils.cpp 2005/03/08 21:07:34 406 +++ trunk/src/utils/StringUtils.cpp 2005/05/27 04:41:34 544 @@ -178,7 +178,7 @@ namespace oopse { return 0; } - std::string OOPSE_itoa(int value, unsigned int base = 10) { + std::string OOPSE_itoa(int value, unsigned int base) { const char digitMap[] = "0123456789abcdef"; std::string buf;