--- trunk/src/utils/StringUtils.cpp 2005/05/26 22:45:00 543 +++ 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;