forked from organicmaps/organicmaps
Revert "Minor code fixes."
This reverts commit 606e5e61d946fc23a120f9d134a29f4c9817226f.
This commit is contained in:
parent
b1eabf79ee
commit
7982a6d479
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