mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 12:40:58 +00:00
36cd5caf95
Almost all places where we used XMLParser::parseIntegerKey were using it like this: XMLParser::parseIntegerKey(str.c_str(), ...) Since this makes the code harder to read, I overloaded the method to also accept Commmon::String directly. Also removed all .c_str() invocations where necessary. svn-id: r53479