--- trunk/OOPSE-3.0/src/utils/StringUtils.cpp 2005/05/26 22:45:00 2240 +++ trunk/OOPSE-3.0/src/utils/StringUtils.cpp 2005/05/27 04:41:34 2241 @@ -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;