mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +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 |
||
---|---|---|
.. | ||
packs | ||
image-map.cpp | ||
image-map.h | ||
keycode-descriptions.h | ||
polygon.cpp | ||
polygon.h | ||
virtual-keyboard-gui.cpp | ||
virtual-keyboard-gui.h | ||
virtual-keyboard-parser.cpp | ||
virtual-keyboard-parser.h | ||
virtual-keyboard.cpp | ||
virtual-keyboard.h |