And more build errors fixed

3 errors left!

Then the <bleep> will really hit the fan!
This commit is contained in:
Charles A Edwards 2016-02-03 13:30:36 +00:00 committed by Antz
parent 4baf9907c7
commit e8d7dbb8bb
4 changed files with 21 additions and 11 deletions

View file

@ -282,7 +282,13 @@ inline bool Utf8toWStr(const std::string& utf8str, wchar_t* wstr, size_t& wsize)
{
return Utf8toWStr(utf8str.c_str(), utf8str.size(), wstr, wsize);
}
/**
* @brief
*
* @param utf8String
* @return bool
*/
bool Utf8ToUpperOnlyLatin(std::string &utf8String);
/**
* @brief
*