Change some RString methods to free functions
These ones aren't a std::string method. Doing this helps the RString to std::string migration.
This commit is contained in:
@@ -222,7 +222,7 @@ const wchar_t *FontCharmaps::get_char_map(RString name)
|
||||
{
|
||||
Init();
|
||||
|
||||
name.MakeLower();
|
||||
MakeLower(name);
|
||||
|
||||
std::map<RString, const wchar_t*>::const_iterator i = charmaps.find(name);
|
||||
if(i == charmaps.end())
|
||||
|
||||
Reference in New Issue
Block a user