forked from organicmaps/organicmaps
Minor code fixes.
This commit is contained in:
parent
97f365dde9
commit
e33824ff08
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void Normalize(UniString & s);
|
|||
void AsciiToLower(string & s);
|
||||
void Trim(string & s);
|
||||
|
||||
void MakeLowerCase(string & s);
|
||||
//void MakeLowerCase(string & s);
|
||||
string MakeLowerCase(string const & s);
|
||||
bool EqualNoCase(string const & s1, string const & s2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue